Search found 10 matches

by DynV
2018-10-19T12:48:19-07:00
Forum: Users
Topic: Converting to monochrome images from RGB save little size
Replies: 7
Views: 4665

Re: Converting to monochrome images from RGB save little size

Through an error I think was (inadvertently) caused in your last post, I found an error in my OP and fixed it, logged in the Update 1; the symptom is the "//" in $ for f in [SOURCE_DIRECTORY]/*; do convert "$f" -channel A -threshold 50% -channel RGB -negate -threshold 0 -negate -...
by DynV
2018-10-18T14:04:50-07:00
Forum: Users
Topic: Converting to monochrome images from RGB save little size
Replies: 7
Views: 4665

Re: Converting to monochrome images from RGB save little size

Is there a way to combine your command with the one that was mentioned in the OP (the command on the Super User URL answered by DavidPostill) ? If not I'll have to do it in 2 commands (and I'd rather have it done in 1).
by DynV
2018-10-18T04:16:24-07:00
Forum: Users
Topic: Converting to monochrome images from RGB save little size
Replies: 7
Views: 4665

Re: Converting to monochrome images from RGB save little size

I think it's this forum that is breaking the link if you take what's following discourse-server/ in it, it should work. For the images information $ identify *.png 28c795e4db4c71da104642b271964c3a_(bard).png PNG 1031x1031 1031x1031+0+0 8-bit sRGB 25236B 0.016u 0:00.000 2c8a3940f4d506f7a7198a8035ae84...
by DynV
2018-10-18T03:08:04-07:00
Forum: Users
Topic: Converting to monochrome images from RGB save little size
Replies: 7
Views: 4665

Converting to monochrome images from RGB save little size

So from some grey-scale images, which are basically monochrome with antialiasing, I used GIMP fuzzy select tool with a 0 threshold then made a mask out of that to make sure I'd end up with a monochrome image, for design purpose, not to save on the file size. I'm not the most active graphic designer ...
by DynV
2011-05-24T18:10:15-07:00
Forum: Bugs
Topic: [Solved] conversion sometimes VERY slow
Replies: 11
Views: 24178

Re: [Solved] conversion sometimes VERY slow

See IM Examples, Basics, Mogrify http://www.imagemagick.org/Usage/basics/#mogrify Awesome! :D You may like to note the types of operators (EG: simple verses multi-image and stack/sequence) http://www.imagemagick.org/Usage/basics/#option_operators I suppose you mentioned that in case I skipped the f...
by DynV
2011-05-24T05:18:53-07:00
Forum: Bugs
Topic: [Solved] conversion sometimes VERY slow
Replies: 11
Views: 24178

Re: [Solved] conversion sometimes VERY slow

Aaah! Back to about 5 seconds per conversion. :D I knew something I did was wrong as I've heard so much good things about ImageMagick. Thanks again for your help. Just in case this was skipped (I'm not hoping for a reply but it would be nice): Optionally, could you let me know of other differences b...
by DynV
2011-05-24T00:53:13-07:00
Forum: Bugs
Topic: [Solved] conversion sometimes VERY slow
Replies: 11
Views: 24178

Re: conversion sometimes VERY slow

Well I used your version of the command and got the following error: >"C:\Program Files\ImageMagick-6.6.9-Q16\mogrify" --format png -normalize *.bmp Magick: unable to open image `--format': No such file or directory @ error/blob.c/OpenBlob/2587. Magick: no decode delegate for this image fo...
by DynV
2011-05-23T23:34:43-07:00
Forum: Bugs
Topic: [Solved] conversion sometimes VERY slow
Replies: 11
Views: 24178

Re: conversion sometimes VERY slow

So should I use the following?
mogrify *.bmp -normalize --format png
by DynV
2011-05-23T22:57:54-07:00
Forum: Bugs
Topic: [Solved] conversion sometimes VERY slow
Replies: 11
Views: 24178

Re: conversion sometimes VERY slow

Thanks again or letting me know of Mogrify and a difference from Convert. Before entering the command, just changing convert for , I checked mogrify options and all those I previously used (OP 1st paragraph) seemed supported but after running it I got the error >"C:\Program Files\ImageMagick-6....
by DynV
2011-05-23T08:28:05-07:00
Forum: Bugs
Topic: [Solved] conversion sometimes VERY slow
Replies: 11
Views: 24178

[Solved] conversion sometimes VERY slow

The 1st time I used ImageMagick (not testing it), it took about 10 hours on this dual 2 GHz with 2Gb (of RAM) to convert about 1000 BMP of about 4Mb (each) into PNG with the command convert *.bmp -normalize -set filename:fname %t +adjoin %[filename:fname].png The 2nd time I was amazed as it took abo...