Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用图块在 MKMapView 上显示自定义地图。但我的问题是当我使用 png 格式的瓷砖时,它占用了太多的存储空间。但是当我使用 jpg 格式的瓷砖时,地图上的瓷砖周围会出现空白,因为 jpg 不支持透明度。谁能指导我如何删除地图图块周围的空白。
红色是叠加层。自定义地图 .jpg 瓷砖周围出现白色。
我使用 pngnq 来优化叠加层中的 png 图块,并且由于它们的内容比 jpeg 小。
你能混合使用jpeg和Pngs吗?每列的第一列和最后一列以及整个侧列是您唯一需要具有透明度的列(假设是凸图)。