mogrify -resize 1000 1.jpg
-> 1.jpg (resized) 1.jpg~ (source file backup???)
1 more... mogrify -resize 1000 1.jpg
-> 1.jpg , 1.jpg~ , 1.jpg~~
ImageMagick 6.8.8.10-Q8-x64 Windows Binary : no problem.
ImageMagick 6.8.9.2-Q8-x64 Windows Binary : problem.
mogrify problem... jpg~,jpg~~ src file created
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: mogrify problem... jpg~,jpg~~ src file created
Please clarify your problem. It is not clear what your complaint is about!
If you do not want to overwrite your input file, then use -path to save the output to another existing directory. see http://www.imagemagick.org/Usage/basics/#mogrify
If you do not want to overwrite your input file, then use -path to save the output to another existing directory. see http://www.imagemagick.org/Usage/basics/#mogrify
Re: mogrify problem... jpg~,jpg~~ src file created
Since recently mogrify doesn't overwrite the original file, but keeps it around by renaming it to "filename" appended with "~".
There doesn't seem to be a way to turn off this feature.
If I use mogrify, I am sure I want to overwrite the original and don't need it anymore, else I would use convert. I feel like I am being treated as an idiot.
There doesn't seem to be a way to turn off this feature.
If I use mogrify, I am sure I want to overwrite the original and don't need it anymore, else I would use convert. I feel like I am being treated as an idiot.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: mogrify problem... jpg~,jpg~~ src file created
Sorry, I do not know how to turn this feature off. It may be OS dependent. Perhaps one of the developers can give you more information.
Re: mogrify problem... jpg~,jpg~~ src file created
We can reproduce the problem you posted and have a patch in ImageMagick 6.8.9-6 Beta, available by sometime tomorrow. Thanks.
Re: mogrify problem... jpg~,jpg~~ src file created
Did this patch ever come out? I have the same problem and I can't seem to fix it..
Re: mogrify problem... jpg~,jpg~~ src file created
@pancakegh: Yes, it was fixed. It's been working for me since the above admin post. Currently I have version 6.9.0.4 on Linux.
Re: mogrify problem... jpg~,jpg~~ src file created
Still experiencing exactly the same issue with IM 6.9.2-5 (static portable) on Win7 Pro x64...anybody else?Junker wrote:@pancakegh: Yes, it was fixed. It's been working for me since the above admin post. Currently I have version 6.9.0.4 on Linux.