Search found 3 matches
- 2015-04-29T04:07:09-07:00
- Forum: Bugs
- Topic: Output filename changed by convert
- Replies: 6
- Views: 4006
Re: Output filename changed by convert
I still don't think the shell does this. I can do things like this: cp 'test.png' '*.png' (and also cp 'test_1.png' 'test_1[160x90].png') which creates a file *.png so the shell is definetely not processing parameters in ' ' at all so if i do: convert 'test_1.png' -verbose 'test_1[160x90'].png ...
- 2015-04-28T06:19:32-07:00
- Forum: Bugs
- Topic: Output filename changed by convert
- Replies: 6
- Views: 4006
Re: Output filename changed by convert
Thanks the workaround works as expected, but in my application i'm using im4java wrapper which makes things more complicated Not sure the shell is doing the changes, commands like cp "test_1.png" "test_1[160x90].png" work as expected on don't show this behaviour, if the shell would do the ...
- 2015-04-27T08:55:20-07:00
- Forum: Bugs
- Topic: Output filename changed by convert
- Replies: 6
- Views: 4006
Output filename changed by convert
Version: ImageMagick 6.8.8-1 Q16 x86_64 2014-08-29 http://www.imagemagick.org SLES 12 I don't know if it is a bug or caused by filename processing from Imagemagick 1. Create two files test_1.png and test_10.png 2. Execute convert "test_1.png" -verbose "test_1[160x90].png" Expected behaviour: test_1 ...