Search found 1570 matches

by dlemstra
2018-10-22T14:28:29-07:00
Forum: Developers
Topic: Building a "portable" binary for macOS with RAW support?
Replies: 3
Views: 9978

Re: Building a "portable" binary for macOS with RAW support?

Missed that in your original post or did you add that after the edit? No working on adding support for libraw to my build script and I use the following to compile libraw (only tested on Linux yet): autoreconf -fiv export CFLAGS="-O3 -fPIC" export CXXFLAGS="-O3 -fPIC" ./configure...
by dlemstra
2018-10-22T09:37:30-07:00
Forum: Magick.NET
Topic: ImageMagick dll and Exe returns two different values for RMSE image comparison
Replies: 2
Views: 8275

Re: ImageMagick dll and Exe returns two different values for RMSE image comparison

It looks like you want to do a `SubImageSearch` instead of a `Compare`?
by dlemstra
2018-10-20T16:17:04-07:00
Forum: Developers
Topic: Building a "portable" binary for macOS with RAW support?
Replies: 3
Views: 9978

Re: Building a static binary for macOS?

Maybe this script can help you: https://github.com/dlemstra/Magick.NET/ ... S/Build.sh. I use it to statically build ImageMagick on macOS.
by dlemstra
2018-10-18T09:46:56-07:00
Forum: Bugs
Topic: -trim and -extend does not modify clipping path correctly
Replies: 3
Views: 10204

Re: -trim and -extend does not modify clipping path correctly

The clip path is stored in a vector format and the positions are relative to the 0x0 position of the image. And that does not change when you resize the image. The relative position is still the same. But this changes when you extent the image. The start position of the clipping path is no longer at...
by dlemstra
2018-10-17T15:05:08-07:00
Forum: Bugs
Topic: -trim and -extend does not modify clipping path correctly
Replies: 3
Views: 10204

Re: -trim and -extend does not modify clipping path correctly

This is not a bug but the expected result. The clipping path is never resized. Sometime you are lucky and you get the correct clip path because of how it stored in the image profile. I don't think we will be able to add support for this anytime soon.
by dlemstra
2018-10-15T13:40:39-07:00
Forum: Bugs
Topic: Problem with -depth on PNG images
Replies: 3
Views: 9519

Re: Problem with -depth on PNG images

Looks like the same issue has been reported and fixed here: https://github.com/ImageMagick/ImageMagick/issues/1343
by dlemstra
2018-10-15T13:37:38-07:00
Forum: Bugs
Topic: JSON::ParserError: unexpected token at ''
Replies: 3
Views: 8771

Re: JSON::ParserError: unexpected token at ''

The JSON looks correct to me. You probably need to report this to the MiniMagick team.
by dlemstra
2018-10-15T09:45:57-07:00
Forum: Bugs
Topic: JSON::ParserError: unexpected token at ''
Replies: 3
Views: 8771

Re: JSON::ParserError: unexpected token at ''

Did you only copy paste part of the json data that you get from minimagick? If this is all then this looks like an issue in that library.
by dlemstra
2018-10-11T13:10:21-07:00
Forum: Magick.NET
Topic: read eps error help help help
Replies: 1
Views: 7631

Re: read eps error help help help

Can you share your EPS file?
by dlemstra
2018-10-09T13:26:12-07:00
Forum: Users
Topic: Windows Portable - Missing configure.xml
Replies: 4
Views: 4352

Re: Windows Portable - Missing configure.xml

No idea where you downloaded ImageMagick but our version contains that .xml file.
by dlemstra
2018-09-28T02:43:44-07:00
Forum: Developers
Topic: Where to download MagicPNG.dll??
Replies: 1
Views: 7452

Re: Where to download MagicPNG.dll??

We did not create that file so we cannot tell you where to download it.
by dlemstra
2018-09-25T10:03:03-07:00
Forum: Users
Topic: I need help. Where can I find installer?
Replies: 2
Views: 3146

Re: I need help. Where can I find installer?

Pango is included in the Windows installation of ImageMagick.
by dlemstra
2018-09-24T14:41:44-07:00
Forum: Bugs
Topic: [CLOSED] possible bug with -auto-orient in IM 7
Replies: 2
Views: 7702

Re: possible bug with -auto-orient in IM 7

IM7 is more strict about the order of the arguments. You will need to move -auto-orient after reading the first image:

Code: Select all

magick logo: -auto-orient logo.png
by dlemstra
2018-09-24T13:17:58-07:00
Forum: Magick.NET
Topic: Pdf to Tiff image compression issue
Replies: 2
Views: 8670

Re: Pdf to Tiff image compression issue

Are you using the latest version of Magick.NET? A similar issues was solved in: https://github.com/dlemstra/Magick.NET/issues/307
by dlemstra
2018-09-24T11:33:00-07:00
Forum: Users
Topic: Error resize with the height
Replies: 12
Views: 7181

Re: Error resize with the height

I suspect that your issue is the way your file explorer shows the file information due to exif information. The following happens with a resize: identify * b3skpyik.jpg JPEG 4128x2322 4128x2322+0+0 8-bit sRGB 2.12903MiB 0.016u 0:00.016 c4ldzu3g.jpg JPEG 4128x2322 4128x2322+0+0 8-bit sRGB 2.19882MiB ...