Search found 7 matches

by Joshva
2017-06-19T04:45:47-07:00
Forum: Users
Topic: After image resize new images are partially greyed out
Replies: 5
Views: 5318

Re: After image resize new images are partially greyed out

Hi thanks for the reply, very helpful a couple of additional notes: 1) It does not always fail, it seems random as to which image it fails in i.e. if i re run it, it normally works 2) It only happens under load i.e. when i'm running 100 at a time 3) I am using im4java to pass the commands to convert...
by Joshva
2017-06-18T19:01:07-07:00
Forum: Users
Topic: After image resize new images are partially greyed out
Replies: 5
Views: 5318

After image resize new images are partially greyed out

Hi, I call ImageMagick from a Java Application server. Occasionally (about 1 in 100 times) an image does not resize correctly and the bottom half of it becomes grey (although not the grey i was setting for the background) It looks like processing didn't complete I am using Convert with the following...
by Joshva
2016-07-03T16:30:56-07:00
Forum: Users
Topic: Install issue from source with png missing and then another build warning
Replies: 0
Views: 6349

Install issue from source with png missing and then another build warning

Firstly, massive thanks to anyone who responds and helps. Thank you I am running on Centos on AWS EC2. Yum only has this version of ImageMagick available: 6.7.8-9 2016-06-22 Q16 I had numerous issues with this version and so I have tried to update to the latest: ImageMagick 7.0.2-2 Q16 x86_64 2016-0...
by Joshva
2016-04-03T11:51:57-07:00
Forum: Users
Topic: Image convert causes broken image (partially converted)
Replies: 5
Views: 4508

Re: Image convert causes broken image (partially converted)

Awesome will do. Thank you!@
by Joshva
2016-04-03T09:03:14-07:00
Forum: Users
Topic: Image convert causes broken image (partially converted)
Replies: 5
Views: 4508

Re: Image convert causes broken image (partially converted)

I've added the version ImageMagick version 6.7.8-9 Q16 and Centos. I still don't know how to find the IM_Temporary directory. I don't see it in /tmp
by Joshva
2016-03-31T20:18:45-07:00
Forum: Users
Topic: Image convert causes broken image (partially converted)
Replies: 5
Views: 4508

Image convert causes broken image (partially converted)

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 e...