Search found 11 matches

by kimono
2019-04-09T02:08:03-07:00
Forum: Users
Topic: Batch magnify from a folder to an another one [solved]
Replies: 21
Views: 21745

Re: Batch magnify from a folder to an another one

@fmw42: Thank you I managed to convert all the image from one folder to an another one. The topic is solved thank to you @fmw42 and snibgo, I owe you one :).

One last question: which command have the best result to shrink a pixelart image without having blurred pixels? Ex: I wish to resize an ...
by kimono
2019-04-08T07:23:16-07:00
Forum: Users
Topic: Batch magnify from a folder to an another one [solved]
Replies: 21
Views: 21745

Re: Batch magnify from a folder to an another one

@snibgo: I tried the 32-bit version in win10 static and dynamic and it doesn't seem to work better (I will try to install win10 in another drive later).
I installed the version you suggested me on a PC with windows seven and I've got some progress.
Here's my command line:
magick.exe mogrify -path ...
by kimono
2019-04-08T05:44:15-07:00
Forum: Users
Topic: Batch magnify from a folder to an another one [solved]
Replies: 21
Views: 21745

Re: Batch magnify from a folder to an another one

@snibgo and @fmw42: Thanks for taking your time to solve this problem. When I want to execute this command line, I've got the following message:
This app can’t run on your PC.
Access Denied.
I dowloaded both ImageMagick-7.0.8-39-Q16-x64-dll.exe static and dynamic version and have the same result ...
by kimono
2019-04-07T12:36:54-07:00
Forum: Users
Topic: Batch magnify from a folder to an another one [solved]
Replies: 21
Views: 21745

Re: Batch magnify from a folder to an another one

@snibgo: I think I had got a problem of read only with some files in win10. I run a window command as administrator and I've got the following message:

Code: Select all

Access Denied.
So the correct command could be:

Code: Select all

C:\[Inputfolder]>magick.exe mogrify -path [outputfolder] -magnify *.png
?
by kimono
2019-04-07T02:29:30-07:00
Forum: Users
Topic: Batch magnify from a folder to an another one [solved]
Replies: 21
Views: 21745

Re: Batch magnify from a folder to an another one

I came from that command line:

Code: Select all

C:\ImageMagick-7.0.8-Q16>magick.exe mogrify -path Karatedo -magnify *.png
Is it because I don't have an output folder? Do you know how I cad add an output to this command line?
by kimono
2019-04-07T01:39:18-07:00
Forum: Users
Topic: Batch magnify from a folder to an another one [solved]
Replies: 21
Views: 21745

Re: Batch magnify from a folder to an another one

I retested with an updated version (ImageMagick-7.0.8-38-Q16-x64-dll) and I've got the following message:
"Le client ne dispose pas d'un privilège nécessaire"
"Client does not have a necessary privilege"
I reboot windows 10 and authorized to have a total control with all the files of the Imagemagick ...
by kimono
2019-04-03T00:54:34-07:00
Forum: Developers
Topic: Including -magnify option to mogrify
Replies: 1
Views: 10123

Including -magnify option to mogrify

Hi, I wish to batch converting images with the -magnify command but it isn't recognized by mogrify.
Can you please include it to the next release? Thank you for that :)
by kimono
2019-04-03T00:48:45-07:00
Forum: Users
Topic: Batch magnify from a folder to an another one [solved]
Replies: 21
Views: 21745

Re: Batch magnify from a folder to an another one

@snibgo: Thanks for the information, I'll search where I can post this request.

@fmw42: I use the latest version of IM-7 and I don't know how to write a loop :/. Can you show me please the global writing?
by kimono
2019-04-02T13:50:37-07:00
Forum: Users
Topic: Batch magnify from a folder to an another one [solved]
Replies: 21
Views: 21745

Re: Batch magnify from a folder to an another one

Ok I tested this:

Code: Select all

C:\ImageMagick-7.0.8-Q16>magick.exe mogrify -path Karatedo -magnify *.png
mogrify: UnrecognizedOption `-magnify' @ error/mogrify.c/MogrifyImageCommand/5557.
It seems that the magnify option is not recognized.
Can you tell me what I've done wrong? Thank you :)
by kimono
2019-04-01T11:58:04-07:00
Forum: Users
Topic: Batch magnify from a folder to an another one [solved]
Replies: 21
Views: 21745

Re: Batch magnify from a folder to an another one

@fmw42: Thanks for your answer. I've got a folder with around 100 png images and I wish to magnify all of them in one time to another directory.
How can I do that?
Is -resize (= nearest neighbor? )the best way to shrink an image without having a blurred pixelart?
by kimono
2019-04-01T01:56:40-07:00
Forum: Users
Topic: Batch magnify from a folder to an another one [solved]
Replies: 21
Views: 21745

Batch magnify from a folder to an another one [solved]

Hi, I'm totally new here. I use ImageMagick-7.0.8-Q16 on Windows 10.
I wish to use the -magnify command (scale2x filter) to .png files toward an another folder in .png format.

I've got simply two questions:
- Can someone tell me what is the correct command line to do this?
- Can you explain what ...