Is there any way to disable interpretation/globbing the file name/url with IM? We are using the im4java library which calls IM on the command line and would prefer IM to download the files instead of rolling our own file management code and/or calling curl manually. Also I just found out the IM is ...
curl also has issues with this url: alexs-MacBook-Pro:~ alex$ curl 'http://images.destinationmaternity.com/dmc?set=ImageURL[2651696cu.jpg],Imagesize[thumb]&call=url[file:sizer]&sink' > test.jpg curl: (3) [globbing] bad range in column 57 unless I add the -g option to disable globbing alexs-MacBook ...
Note sure what this has to do with the security issue. I guessed that its something with the URL characters and got this command to work (note brackets are URL encoded): e7450-gd5tf72:keys alex$ identify 'http://images.destinationmaternity.com/dmc?set=ImageURL%5B2651696cu.jpg%5D,Imagesize%5Bthumb%5D ...
I am getting an unexepcted image signature on OS X. Stranger is the fact that I get different output depending on how IM was installed... I also asked my coworkers to run the command (all use OS X) and they also got the wrong result. Arch Linux, Windows, and Amazon Linux give the correct output (I ...
Still having this problem. Decided to work around it by having IM write to a temp file and then read it in java. Here is one other thing I found: I was able to "fix" this issue by using some nasty java reflection hacks to put a sleep right after the convert process was started, but right before the ...
I'm not 100% sure what IM is writing to in this case, but I think its a pipe that is read by the java process. The machine is a amazon c3.large (2 cpus 3.75 GB memory). /tmp is at 2% usage of 14 GB. I moved the unit test that was failing to another part of the file, which caused a different test ...
We are having ImageMagick randomly fail on our production and jenkins server (Amazon Linux AMI release 2014.03). At least one image unit test fails (out of 36) about 75% of the time on jenkins. We cannot reproduce this on our local machines (OS X 10.9.3). In the unit test we are reading the image ...