Search found 2972 matches

by Bonzo
2018-03-04T08:01:08-07:00
Forum: Users
Topic: Text images with unicode chars looking blurry.
Replies: 7
Views: 9090

Re: Text images with unicode chars looking blurry.

If you click on a .ttf file it should open as an image showing the standard sizes.
Your code looks OK; perhaps the design of that font does not scale very well.
by Bonzo
2018-03-04T04:21:40-07:00
Forum: Users
Topic: Text images with unicode chars looking blurry.
Replies: 7
Views: 9090

Re: Text images with unicode chars looking blurry.

I am not great with fonts but there are standard font sizes. For instance in my arial font there is a 12pt and 18pt so any size in between those two has to be scaled. What happens if you use pointsize 12 or 18?
by Bonzo
2018-03-03T10:23:29-07:00
Forum: Users
Topic: Can I Crop Pictures In Bulk Using ImageMagick?
Replies: 2
Views: 3473

Re: Can I Crop Pictures In Bulk Using ImageMagick?

Probably - please read this viewtopic.php?f=1&t=9620 and post again.

You main problem could be if the screen shot format is not supported: https://www.imagemagick.org/script/formats.php
by Bonzo
2018-02-28T08:28:36-07:00
Forum: Users
Topic: [SOLVED] Imagemagick transparent background and white image outlines
Replies: 24
Views: 39598

Re: Imagemagick transparent background and white image outlines

You should be able to use -background none or transparent
by Bonzo
2018-02-27T10:10:36-07:00
Forum: Users
Topic: Is it better to resize one time or it's ok to do it several time ?
Replies: 3
Views: 4021

Re: Is it better to resize one time or it's ok to do it several time ?

Try one of these - php code but you should get the idea: $cmd = "input.jpg -write mpr:image +delete ". " \( mpr:image -thumbnail x480 -write 480_wide.jpg \) ". " \( mpr:image -thumbnail x250 -write 250_wide.jpg \) ". " \( mpr:image -thumbnail x100 -write 100_wide.j...
by Bonzo
2018-02-25T15:10:18-07:00
Forum: Users
Topic: ImageMagick 6.9.9 HELP!!
Replies: 7
Views: 5599

Re: ImageMagick 6.9.9 HELP!!

Not that this is of much direct help with your problem but on Windows I have a batch script on the desktop and I just drag and drop my file onto the icon and it is converted.

Is there a similar option on a mac?
by Bonzo
2018-02-25T14:05:53-07:00
Forum: Users
Topic: TIFF to DNG conversion?
Replies: 10
Views: 12835

Re: TIFF to DNG conversion?

As far as I can remember there are a few DNG converters around when I was looking five or so years ago. I believe there is also a DNG API but I could not understand how to implement it. DNG is being touted by Adobe as they say DNG will stay whereas proprietary RAW formats may die. There is one good ...
by Bonzo
2018-02-25T13:47:22-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 26309

Re: workflow: resize, watermark, caption

Another extra could be a choice to sharpen the image optionally: none,light,medium,strong or so. Not the full blown IM capabilities since my focus is not on perfection but on easy application. There are so many things you can add and before long your program could get more complicated than you orig...
by Bonzo
2018-02-24T14:59:30-07:00
Forum: Users
Topic: Canon CR2 to JPG: Lots of Warnings
Replies: 4
Views: 5396

Re: Canon CR2 to JPG: Lots of Warnings

I have a feeling as the OP has not been back they may have been using the Magick lantern software on their camera. I am not keen to install it on my current camera to see what happens.
by Bonzo
2018-02-24T14:56:33-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 26309

Re: workflow: resize, watermark, caption

I have just given it a quick test with default settings - I need to translate some of the buttons.

One comment is the watermark is difficult to see on a dark/black backgrounds.

Anyway it is looking good.
by Bonzo
2018-02-23T14:50:15-07:00
Forum: Kudos and Rants
Topic: Why is there an off-topic add at the top of each imagemagick.org page?
Replies: 13
Views: 95796

Re: Why is there an off-topic add at the top of each imagemagick.org page?

And who or what decides which ad I see at every visit? A funny thing happened on another forum; a female member was complaining about the forum displaying lingerie ads. It took a lot of work to explain to her it was due to her browsing habbits saved by Google. Basically every time you search for an...
by Bonzo
2018-02-22T08:36:02-07:00
Forum: Users
Topic: spaces and annotations in filenames
Replies: 19
Views: 16514

Re: spaces and annotations in filenames

@nagame it took me a while when I was starting out to realise spaces in filenames could be a pain as well!
by Bonzo
2018-02-22T08:32:26-07:00
Forum: Users
Topic: Imagemagick cannot process DNG (dng.la file not found)
Replies: 6
Views: 7105

Re: Imagemagick cannot process DNG (dng.la file not found)

Arch, being "bleeding edge", that's what happened :)
That's a surprise as a lot of Linux distros are still on 6.7 and in some cases 6.5 although they are usually patched.
by Bonzo
2018-02-22T06:00:30-07:00
Forum: Users
Topic: same input - different results
Replies: 5
Views: 4483

Re: same input - different results

You do not say what the other version of Imagemagick is.

Version: ImageMagick 6.4.3 2014-11-18 Q16 OpenMP means this is a patched version of 6.4.3 which is very old. Linux do not add every patch that comes out. I recommend you update that and see what happens.
by Bonzo
2018-02-22T05:36:37-07:00
Forum: Users
Topic: Imagemagick cannot process DNG (dng.la file not found)
Replies: 6
Views: 7105

Re: Imagemagick cannot process DNG (dng.la file not found)

Looks like you are now using version 7 and the convert command has changed to magick.

Also I think identify now needs to be:

Code: Select all

$ magick identify dng:image.dng
May not be your problem but something to bear in mind