Search found 27 matches

by line7
2019-01-15T01:59:58-07:00
Forum: Users
Topic: Urgent - please help!
Replies: 24
Views: 9217

Urgent - please help!

I am using Imagemagick to process the images. I am using this code to remove the white border from the images: "C:\Program Files\ImageMagick-7.0.8-Q16\mogrify.exe" -monitor -shave 10x10 *.png For some very interesting reason the images render fine in all browsers BEFORE beign processed by ...
by line7
2018-11-13T02:29:13-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Re: Please help with the batch file

I noticed my CPU is taking like 30% of its power (this is a 16 core xeon E5-2680) to modify 28 images in like 40 seconds (thought this was easy:) - I wonder if shave is resource intensive? can this be done by simple cropping? images are all 1 mb size and 2300X1900 PIXELS WIDE
by line7
2018-11-13T02:09:06-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Re: Please help with the batch file

my antivirus (Comodo) was blocking the bat file - now it seems to work great!)))))!)!)!)!))!)!)!)
by line7
2018-11-13T02:05:36-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Re: Please help with the batch file

I changed the code to make the changes more prominent and still it does not operate on the pictures - please help!)

Code: Select all

cd "C:\test"

magick mogrify -colorspace gray -shave 10x10 -sharpen 2 *.jpg


pause
by line7
2018-11-13T02:01:20-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Re: Please help with the batch file

glads to see you here! I made a quantum leap today and was able to create this batch script file which should supposedly work fine but id does not work(((( can someone please take a look? cd "C:\test" mogrify -shave 10x10-sharpen 2 *.* pause it seems to run code fine but then nothing is pe...
by line7
2018-11-12T13:20:50-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Re: Please help with the batch file

another super dumb question - can I run the whole script inside a BAT file which will contain all instructions? can someone please show me an example of such file if this is possible?
by line7
2018-11-12T08:56:38-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Re: Please help with the batch file

please forgive me for this super dumb question but how do I set the directory for the imagemagick to operate via a BAT file? Can you please show me an example of the full script file in a bat?
by line7
2018-11-12T08:51:11-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Re: Please help with the batch file

fantastic1
what does this mean? can you please help?

-sharpen 2
by line7
2018-11-12T08:50:01-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Re: Please help with the batch file

can it just sharpen the images once?
by line7
2018-11-12T08:31:22-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Re: Please help with the batch file

well - there must be a grading of the sharpening? or like sharpen one step?
by line7
2018-11-12T08:15:17-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Re: Please help with the batch file

yes I am currently reading the manual - was thinking this was a rather simple operation but being a noin programmer will take some time to formulate properly.....we installed ImageMagick-7.0.8-14-Q16-x64
by line7
2018-11-12T07:58:41-07:00
Forum: Users
Topic: Please help with the batch file
Replies: 15
Views: 8031

Please help with the batch file

We are fast migrating from Xnconvert. Can you please help us formulate a batch file which will do these two simple actions: crop image by 10 pixels from all sides sharpen image by 20% overwrite all png files in folder: C:\test Thanks a lot!!! PS: I understand this script can be run in a batch comman...