Image convert causes broken image (partially converted)
Posted: 2016-03-31T20:18:45-07:00
Hi
I have an issue where occassionaly images are incorrectly converted. They partially convert resulting in the following: https://www.decorilla.com/img/original-927.jpg
I'm running the following commands via the convert command via IM4Java 1.4.0
op.resize 932>
op.background #333333
gravity center
extent 932
crop 927 0 0 0
Please note I have asynchronous set to false in IM4Java and am protecting this code using a semaphore
Any help would be greatly appreciated!
ImageMagick version 6.7.8-9 Q16 and Centos
Thanks,
Josh
I have an issue where occassionaly images are incorrectly converted. They partially convert resulting in the following: https://www.decorilla.com/img/original-927.jpg
I'm running the following commands via the convert command via IM4Java 1.4.0
op.resize 932>
op.background #333333
gravity center
extent 932
crop 927 0 0 0
Please note I have asynchronous set to false in IM4Java and am protecting this code using a semaphore
Any help would be greatly appreciated!
ImageMagick version 6.7.8-9 Q16 and Centos
Thanks,
Josh