Image formats
Deprecation notice
The PNG and PNG8 image formats are being deprecated for all satellite-based styles within the HERE Raster Tile API. This change applies specifically to styles featuring satellite imagery, including
satellite.day,explore.satellite.day,lite.satellite.day, andlogistics.satellite.day.This deprecation applies when the resource parameter is set to
baseorbackground. Instead of PNG or PNG8, use the JPEG format for these scenarios. Effective September 2026, while requests specifying PNG/PNG8 will not trigger an immediate failure, the service will automatically return JPEG-compressed tiles.
The image formats supported by the HERE Raster Tile API include PNG, JPEG, and PNG8. When you select an image format for your map tiles, consider the complexity of your map, the number of colors required, the need for transparency, and the trade-off between the file size and visual quality of the map image.
Based on the style, the recommended format parameter values are:
jpegfor any style that includes satellite imagery such assatellite.daystyle orexplore.satellite.daystyle,png8for all the other styles,pngan an alternative to thepng8when you prefer full image colors over smaller image file size.
Note
Due to the internal representation of satellite imagery, the
PNGimage format does not result in better image quality as theJPEGimage format despite the much larger image size.