andismith / grunt-responsive-images

Produce images at different sizes for responsive websites.
http://www.andismith.com/grunt-responsive-images/
MIT License
719 stars 96 forks source link

Strip proprietary profiles from resulting images #118

Open franz-josef-kaiser opened 8 years ago

franz-josef-kaiser commented 8 years ago

Expected Behaviour

Photoshop (and probably other editors) will show for e.g. the wrong pixel density. This is a known issue with GraphicsMagick, but can also be done for Imagick.

Feature Request.

Steps to Reproduce

Change density for an image, check resulting image resolution in Photoshop. Then compare with real size (photo preview apps normally do not take into account the profile and show the correct size).

andismith commented 8 years ago

You mentioned it's a known issue for Graphicsmagick. Are there any workarounds? Or is this a bug that should be raised in Graphicsmagick?

franz-josef-kaiser commented 8 years ago

@andismith quite some time since I raised that issue, but iirc the problem is that meta data is kept that should be thrown away (in this repo). This can be done by using the linked option.