Search found 2972 matches

by Bonzo
2018-02-21T14:33:37-07:00
Forum: Users
Topic: spaces and annotations in filenames
Replies: 19
Views: 16524

Re: spaces and annotations in filenames

I can not see why the OP is adamant on using such bad file names. If the : does not work do not use it; the [0] is to indicate layers or items in an array. What problems are going to crop up when trying to use the filenames in other software? What happens if the filename has a : and it needs to be o...
by Bonzo
2018-02-20T15:41:12-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 26317

Re: workflow: resize, watermark, caption

In windows you do not need to escape the ( ) so use ( ) not \( \)

See Windows usage
by Bonzo
2018-02-20T13:41:08-07:00
Forum: Users
Topic: Canon CR2 to JPG: Lots of Warnings
Replies: 4
Views: 5399

Re: Canon CR2 to JPG: Lots of Warnings

I have never received any warnings like that with my Canon cameras. What version of Imagemagick are you using and what is your camera. Are you using the Magick lantern software on your camera? Out of interest - in a filename can cause problems with some software and I would use _ instead. EDIT: It l...
by Bonzo
2018-02-20T08:34:51-07:00
Forum: Users
Topic: registering with combine
Replies: 5
Views: 5693

Re: registering with combine

Well it is a bit difficult to give an answer when I do not know what programming language you are using. php?
by Bonzo
2018-02-20T08:12:11-07:00
Forum: Users
Topic: registering with combine
Replies: 5
Views: 5693

Re: registering with combine

JavaScript?
by Bonzo
2018-02-20T03:53:24-07:00
Forum: Bugs
Topic: ImageMagick from 6.9.9-x on returns wrong colorspace information for grayscale JPEG
Replies: 6
Views: 9663

Re: ImageMagick from 6.9.9-x on returns wrong colorspace information for grayscale JPEG

Imagick is not written nor maintained by the people who maintain Imagemagick. I suppose it is up to the writers of Imagick; if you can find a way to contact them they may be able to answer your question.
by Bonzo
2018-02-19T07:58:39-07:00
Forum: Users
Topic: workflow: resize, watermark, caption
Replies: 35
Views: 26317

Re: workflow: resize, watermark, caption

If you were using V7 you could do it all on one line. With V6 you would have to read the image dimensions with identify then calculate the size of your watermark to use in your command.
by Bonzo
2018-02-16T14:25:16-07:00
Forum: Bugs
Topic: Tiling very large image exits with Abort trap: 6
Replies: 11
Views: 12872

Re: Tiling very large image exits with Abort trap: 6

What's Q8? I see Q16 noted in the version string. 8Bit and 16bit versions of Imagemagick I cannot share the image as it's confidential. But perhaps simply generating your own might do the job. It's actually a large PDF converted to PNG. Not really an excuse; you could make a non confidential versio...
by Bonzo
2018-02-16T03:47:29-07:00
Forum: Bugs
Topic: Speckles on live server Image
Replies: 7
Views: 10382

Re: Speckles on live server Image

You need to provide your versions of Imagemagick along with the command you are using. Out of interest I also had a similar problem on a picture frame. My original post: https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=31782&p=145223&hilit=frame#p145223 Bug report: https:...
by Bonzo
2018-02-14T13:51:55-07:00
Forum: Users
Topic: What's wrong with my commands?
Replies: 3
Views: 3057

Re: What's wrong with my commands?

Just beat me to it snibgo

Also if you allowed Imagemagick to add itself to the environmental variable path you do not need imagemagick.exe and if you are using V7 it now uses magick rather than convert
by Bonzo
2018-02-07T13:25:51-07:00
Forum: Users
Topic: Extract sprites/images from a bigger image with transparent background
Replies: 12
Views: 9665

Re: Extract sprites/images from a bigger image with transparent background

Could you also add a -deskew and -trim to help clean up the images in the process fmw42?
by Bonzo
2018-02-07T13:08:47-07:00
Forum: Users
Topic: Extract sprites/images from a bigger image with transparent background
Replies: 12
Views: 9665

Re: Extract sprites/images from a bigger image with transparent background

And what IM version as that can have an effect?
by Bonzo
2018-02-01T08:47:48-07:00
Forum: Users
Topic: Syntax problem
Replies: 2
Views: 3775

Re: Syntax problem

Are you using windows or Linux?

You do not need to escape the ( ) on windows and it will fail if you do.

Also replace convert with magick in version 7
by Bonzo
2018-01-25T14:32:37-07:00
Forum: Developers
Topic: Which Python API?
Replies: 11
Views: 34809

Re: Which Python API?

Nobody uses imagemagick with python? I am quite impressive how lackluster is the experience
Perhaps you would be willing to help improve the experience rather than just complaining about other peoples work?
by Bonzo
2018-01-23T14:19:59-07:00
Forum: Users
Topic: Less outputs?
Replies: 4
Views: 3463

Re: Less outputs?

Resize the input image?