Select to view content in your preferred language

TIFF to MRF

624
3
08-11-2025 10:23 PM
Labels (2)
Y_Chau
by
Frequent Contributor

I converted a 5cm drone image to MRF with LERC compression. Original is TIFF with JPEG compression. Size has inflated 3 times. Is this normal? What is the best format to keep the size down and get good performance in the web?

Screenshot 2025-08-12 090225.png

0 Kudos
3 Replies
SimonSchütte_ct
MVP Regular Contributor

You may want to take a look at Cloud Optimized TIFF, but it depends on your specific use case.

GitHub - Esri/OptimizeRasters: OptimizeRasters is a set of tools for converting raster data to optim...

OptimizeRasters/Documentation/OptimizeRasters_UserDoc.pdf at master · Esri/OptimizeRasters · GitHub (PDF with good information on the different formats)

0 Kudos
Y_Chau
by
Frequent Contributor

Hi @SimonSchütte_ct 

Converting to CRF with LERC inflates the images even more. Converting to CRF with JPEG is possible only if I remove the alpha band (RGB). This adds opaque nodata areas. I don't understand how the original images have 4 bands and still use JPEG compression.

Any thoughts?

YC

0 Kudos
SimonSchütte_ct
MVP Regular Contributor

JPEG is a lossy image compression designed specifically for photographic imagery
LERC can be lossy, it generally does not compress natural-color imagery as efficiently as JPEG.

To improve performance, CRF will create internal tiles, adding to image size.

Yes, JPEG does not support alpha bands.

The TIFF does compress the RGB using JPEG compression and has an additional channel for alpha.
There are different flavours of TIFF.


For best performance use Mosaic Dataset with MRF in ArcGIS Pro or when deploying to ArcGIS Image Server.
If you don´t have Image Server or want to directly stream the data from a network source, try Cloud Optimized GeoTIF and MRF proxys.

0 Kudos