Search found 8 matches
- 2015-02-13T10:54:29-07:00
- Forum: Users
- Topic: Mogrify keeps adding " ~ " to extension.
- Replies: 13
- Views: 6101
Re: Mogrify keeps adding " ~ " to extension.
Yeah but in my last post I tried " -format jpg " and that still gave me the added " ~ ". I found a workaround for the problem. I was running cmd via Robotask and adding the commands as parameters for that task. Now I made a .bat file with the same code wich I execute via robotask and that works now ...
- 2015-02-13T01:38:35-07:00
- Forum: Bugs
- Topic: mogrify problem... jpg~,jpg~~ src file created
- Replies: 7
- Views: 12818
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..
- 2015-02-13T01:32:12-07:00
- Forum: Users
- Topic: Mogrify keeps adding " ~ " to extension.
- Replies: 13
- Views: 6101
Re: Mogrify keeps adding " ~ " to extension.
Adding -format jpg doesn't help. -format ".jpg" makes copies of the original but resized and added whitespace like it should:
441.92.0052..jpg
441.92.0053..jpg
441.92.0054..jpg
441.92.0055..jpg
441.92.0056..jpg
441.92.0057..jpg
But this time it adds a " . " to the end of the name. But not after ...
441.92.0052..jpg
441.92.0053..jpg
441.92.0054..jpg
441.92.0055..jpg
441.92.0056..jpg
441.92.0057..jpg
But this time it adds a " . " to the end of the name. But not after ...
- 2015-02-12T16:22:34-07:00
- Forum: Users
- Topic: Mogrify keeps adding " ~ " to extension.
- Replies: 13
- Views: 6101
Re: Mogrify keeps adding " ~ " to extension.
No hidden or extra characters.. I tried a simple -trim command. Same result. deleting the full stops doesn't help either. I think it has to do with the *.jpg format.. If I adress 1 file specifically the commands work well. But I need to batch convert all the images..
- 2015-02-12T14:53:54-07:00
- Forum: Users
- Topic: Mogrify keeps adding " ~ " to extension.
- Replies: 13
- Views: 6101
Re: Mogrify keeps adding " ~ " to extension.
Yes I am administrator and changed the folders by unticking read only.
- 2015-02-12T14:03:22-07:00
- Forum: Users
- Topic: Mogrify keeps adding " ~ " to extension.
- Replies: 13
- Views: 6101
Re: Mogrify keeps adding " ~ " to extension.
try adding -format jpg before the C:\...
Perhaps your input files have spaces at the beginning or some other hidden character?
As you can see by the screenshot in my original post, the files are named:
441.92.0052.jpg
441.92.0053.jpg
441.92.0054.jpg
441.92.0055.jpg
441.92.0056.jpg
441.92.0057 ...
Perhaps your input files have spaces at the beginning or some other hidden character?
As you can see by the screenshot in my original post, the files are named:
441.92.0052.jpg
441.92.0053.jpg
441.92.0054.jpg
441.92.0055.jpg
441.92.0056.jpg
441.92.0057 ...
- 2015-02-12T12:02:18-07:00
- Forum: Users
- Topic: Mogrify keeps adding " ~ " to extension.
- Replies: 13
- Views: 6101
Re: Mogrify keeps adding " ~ " to extension.
I have no idea really, I found an example syntax and added my own paths.
It also works like this:
mogrify -resize 450x450 -gravity center -background white -extent 500x500 C:\Users\webdesign\Desktop\aanpassingen\2\*.jpg
It does the trick, but duplicates every image and adds a ~ to the end. So ...
It also works like this:
mogrify -resize 450x450 -gravity center -background white -extent 500x500 C:\Users\webdesign\Desktop\aanpassingen\2\*.jpg
It does the trick, but duplicates every image and adds a ~ to the end. So ...
- 2015-02-12T11:17:34-07:00
- Forum: Users
- Topic: Mogrify keeps adding " ~ " to extension.
- Replies: 13
- Views: 6101
Mogrify keeps adding " ~ " to extension.
Hello,
I have a problem that mogrify keeps adding the "~" symbol behind my files.
I am trying to resize and add white space to 7 images
the file structure is as follows:
C:\Users\webdesign\Desktop\aanpassingen\ (this folder contains 7 .jpg files that need the same cropping and added white borders ...
I have a problem that mogrify keeps adding the "~" symbol behind my files.
I am trying to resize and add white space to 7 images
the file structure is as follows:
C:\Users\webdesign\Desktop\aanpassingen\ (this folder contains 7 .jpg files that need the same cropping and added white borders ...