Skip to main content
New Participant
January 15, 2019

Generate progressive image with imagemagick in AEM

  • January 15, 2019
  • 5 replies
  • 6682 views
Our requirement is to create the progressive JPEG image with different renditions while uploading JPEG image in DAM. Where all the renditions image should also be progressive or interlaced.

I found the online documentation on integration with imageMagick tool.
Please find the url here: https://helpx.adobe.com/in/experience-manager/6-4/assets/using/best-practices-for-imagemagick.html

But in this docs, only flip command is mentioned to flip the image using imagemagick. When i run the interlace command to create the progressive image. It didn't work.

command:

"C:\Program Files\ImageMagick-7.0.8-Q16\convert.exe"  -strip -interlace Plane -quality 60  ./${filename} ./${basename}.progressive.jpg

Do we have any command which will work for progressive image creation.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

5 replies

kautuk_sahni
Employee
January 15, 2019

ukgaurav amitgupt Any help on this question?

Kautuk Sahni
Employee
January 16, 2019

HI, If its an issue with Imagemagick then you need to report it with them or check their help section. Also check this https://www.imagemagick.org/discourse-server/viewtopic.php?t=16341 Thanks

New Participant
January 16, 2019

Thanks!

But i am able to convert in progressive image by imageMagick tool using command line. So it should not be problem with tools.

When we run the same progressive command in AEM dam_update_asset, then it doesn't work.