Currently, my app creates GeoTiff tiled files using following options:
- PROFILE=GeoTIFF
- TILED=YES
- BLOCKXSIZE=xxx
- BLOCKYSIZE=xxx
- COMPRESS=JPEG
- PHOTOMETRIC=YCBCR
- JPEG_QUALITY=xx
However, some apps that use my served tiles do not work due to "invalid" JFIF format.
How can I force gdal to ensure JFIF format in GeoTiff tiles?