Preivew is not generated properly in linux environment
Posted: 2019-05-09T22:02:10-07:00
Hi Team,
I tried to generate preview for specific pdf using imagemagick in linux environment, seems that preview is not generated properly. But in the windows environment it properly generated.
Imagemagick version on windows : ImageMagick 7.0.8-3 Q16 x64(Working properly)
Imagemagick version on linux : 7.0.8-3 Q16 x86_64(issue is observed)
Command that was used on windows : magick.exe pdf:C:\Users\..\Desktop\a.pdf[0] -intent relative -quality 95 -colorspace sRGB -strip C:\Users\..\Desktop\a.JPG
Command that was used on linux : convert pdf:/home/../a.pdf[0] -intent relative -quality 95 -colorspace sRGB -strip /home/../a.JPG
File can be found at https://drive.google.com/file/d/1zvbe4D ... sp=sharing
I tried to generate preview for specific pdf using imagemagick in linux environment, seems that preview is not generated properly. But in the windows environment it properly generated.
Imagemagick version on windows : ImageMagick 7.0.8-3 Q16 x64(Working properly)
Imagemagick version on linux : 7.0.8-3 Q16 x86_64(issue is observed)
Command that was used on windows : magick.exe pdf:C:\Users\..\Desktop\a.pdf[0] -intent relative -quality 95 -colorspace sRGB -strip C:\Users\..\Desktop\a.JPG
Command that was used on linux : convert pdf:/home/../a.pdf[0] -intent relative -quality 95 -colorspace sRGB -strip /home/../a.JPG
File can be found at https://drive.google.com/file/d/1zvbe4D ... sp=sharing