Search found 26 matches
- 2015-08-06T12:34:05-07:00
- Forum: Users
- Topic: Batch file: Del all "@2x" images.
- Replies: 3
- Views: 3035
- 2015-08-06T12:31:43-07:00
- Forum: Users
- Topic: Batch file: Del all "@2x" images.
- Replies: 3
- Views: 3035
Re: Batch file: Del all "@2x" images.
This is a scripting question, with no relevance to ImageMagick.
I suppose ...
del /Q /S *.%%X
... should be ...
del /Q /S *@2x*.%%X
I don't understand your second problem. Do you want:
set "purged_filename=%%~na@2x%%~xa"
I suggest you read about scripting, in your own language.
You ...
I suppose ...
del /Q /S *.%%X
... should be ...
del /Q /S *@2x*.%%X
I don't understand your second problem. Do you want:
set "purged_filename=%%~na@2x%%~xa"
I suggest you read about scripting, in your own language.
You ...
- 2015-08-06T11:43:41-07:00
- Forum: Users
- Topic: Batch file: Del all "@2x" images.
- Replies: 3
- Views: 3035
Batch file: Del all "@2x" images.
This was my first thread:
http://www.imagemagick.org/discourse-server/viewtopic.php?t=28135
HDtoSD all:
Everything works perfect there. Much thanks again for this!
Now i want to got for the other side.
SDtoHD all ...
http://www.imagemagick.org/discourse-server/viewtopic.php?t=28135
HDtoSD all:
Everything works perfect there. Much thanks again for this!
Now i want to got for the other side.
SDtoHD all ...
- 2015-08-04T08:15:32-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
You copy files to directory "SDtemp", but then use mogrify on directory "temp".
My program runs completely now.
Special thanks to:
snibgo
fmw42
ceepea
If u want to use it too:
http://www.mediafire.com/download/r26x7au5fho3m35/osu%21HDtoSD.rar
You can actualy use for all .png/.jpg images with ...
My program runs completely now.
Special thanks to:
snibgo
fmw42
ceepea
If u want to use it too:
http://www.mediafire.com/download/r26x7au5fho3m35/osu%21HDtoSD.rar
You can actualy use for all .png/.jpg images with ...
- 2015-08-04T07:17:53-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
Didn´t worked with -verbose.
Here my text output.
http://img5.fotos-hochladen.net/uploads/unbenannt0zhgc2ta6s.png
f:\web\im>mogrify -verbose -format png -resize 50% temp/*@2x*.png
Your output was made with %CD%:\web\im>
I hardly think i need to install it.
EDIT: Found the install.exe.
http://img5 ...
Here my text output.
http://img5.fotos-hochladen.net/uploads/unbenannt0zhgc2ta6s.png
f:\web\im>mogrify -verbose -format png -resize 50% temp/*@2x*.png
Your output was made with %CD%:\web\im>
I hardly think i need to install it.
EDIT: Found the install.exe.
http://img5 ...
- 2015-08-04T06:43:30-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
The command works fine for me, IM v6.9.1--6 on Windows 8.1, with forwards or backslash.
f:\web\im>mogrify -verbose -format png -resize 50% temp/*@2x*.png
temp\another@2x.png PNG 200x300 200x300+0+0 8-bit Grayscale Gray 2c 294B 0.000u0:00.000
temp\another@2x.png PNG 200x300=>100x150 100x150+0+0 8 ...
f:\web\im>mogrify -verbose -format png -resize 50% temp/*@2x*.png
temp\another@2x.png PNG 200x300 200x300+0+0 8-bit Grayscale Gray 2c 294B 0.000u0:00.000
temp\another@2x.png PNG 200x300=>100x150 100x150+0+0 8 ...
- 2015-08-04T01:20:10-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
Found this side:
http://stackoverflow.com/questions/25548511/why-does-mogrify-resize-a-png-to-a-width-of-50-pixels-instead-of-50-as-specifie
This guys did actually the same thing like me! xd Tried it out with %% and with his others codes in down. But it doesn´t work:
http://img5.fotos-hochladen.net ...
http://stackoverflow.com/questions/25548511/why-does-mogrify-resize-a-png-to-a-width-of-50-pixels-instead-of-50-as-specifie
This guys did actually the same thing like me! xd Tried it out with %% and with his others codes in down. But it doesn´t work:
http://img5.fotos-hochladen.net ...
- 2015-08-03T19:08:37-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
Okay i will tell u tomorrow then. Tyvm for your help.
- 2015-08-03T19:06:19-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
Just tried it now. I believe I´m to stupid/tired.. for it. <.<
- 2015-08-03T19:01:43-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
Sry didn´t noticed.^^after you cd to the input directory
- 2015-08-03T18:46:23-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
try using the following in a CMD Window by typing or pasting the command (with a single %) after you cd to the input directory
mogrify -format png -path full_path_to\output_directory -resize 50% *
Does that work?
For me it doesn´t work i do something wrong here i guess can´t be else. Tried ...
mogrify -format png -path full_path_to\output_directory -resize 50% *
Does that work?
For me it doesn´t work i do something wrong here i guess can´t be else. Tried ...
- 2015-08-03T18:40:54-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
What us your mogrify command now.
mogrify -format png -resize 50%% *
In batch, your %% is correct. But in a CMD window, you only need one %, as I understand it. But I am no expert on Windows.
Yes I use it for my batch with %%. But it doesn´t work like my screen at the beginning. I try it out ...
mogrify -format png -resize 50%% *
In batch, your %% is correct. But in a CMD window, you only need one %, as I understand it. But I am no expert on Windows.
Yes I use it for my batch with %%. But it doesn´t work like my screen at the beginning. I try it out ...
- 2015-08-03T18:38:33-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
Sorry I cannot help with that. I am not a Windows user nor Batch scripter. I only work on a Mac/Unix. But perhaps a Windows IM user may be able to help or give you pointers.
Please read the Windows IM link I mentioned before. Perhaps it will help you.
It´s okay just much thanks to you. You was ...
Please read the Windows IM link I mentioned before. Perhaps it will help you.
It´s okay just much thanks to you. You was ...
- 2015-08-03T18:37:53-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
Yes the prob is i get no error-log for you so i just can explain it.fmw42 wrote:Sorry I know nothing about your game issues. That also is not an IM issue.
My only problem was all the time that the pictures i copy won´t get -50% size the rest works.
- 2015-08-03T18:36:08-07:00
- Forum: Users
- Topic: Mogrify doesnt work in .bat-file. What to do?
- Replies: 41
- Views: 24893
Re: Mogrify doesnt work in .bat-file. What to do?
You need to script a batch file to allow you to cd and use an arbitrary path. That is not an IM issue. That is a batch scripting issue.
Ye that´s fine. I´m actually not that good with it i still learn with batch-files. I wouldn´t ask if it it´s not so....:p
Well i got a bit confused by all this ...
Ye that´s fine. I´m actually not that good with it i still learn with batch-files. I wouldn´t ask if it it´s not so....:p
Well i got a bit confused by all this ...