Imageprocessor: Exif data isn't stripped unless a resize operation is taken

Created on 16 May 2016  路  2Comments  路  Source: JimBobSquarePants/ImageProcessor

I'd hoped to put together a decent repro, until I can that done...

  • Create a image factory with preserveExifData set to false
  • Load an image source (I tested with a stream)
  • Change the image quality
  • Save the image out
  • Newly saved image still has exif data.

If I throw a resize operation into the chain, then the exif data _is_ stripped.

bug fixed on dev framework

Most helpful comment

Bit of an oversight on my part there. Didn't realise the data was getting copied. Fixed on dev for now anyway.

All 2 comments

Bit of an oversight on my part there. Didn't realise the data was getting copied. Fixed on dev for now anyway.

New version now released :boom:

Was this page helpful?
0 / 5 - 0 ratings