Search found 30 matches

by ggarra13
2018-10-12T06:27:54-07:00
Forum: Users
Topic: Library versions printout
Replies: 1
Views: 2949

Library versions printout

Is there a way to get a list of all versions of the libraries that ImageMagick is using, similar to what OIIO does? What I mean is something like: libjpeg-turbo 2.01 libpng 1.6.35 OpenExr 2.3 ...etc... I am trying to avoid a DLL conflict. Or is there a way to build ImageMagick static with all its li...
by ggarra13
2017-10-18T06:05:39-07:00
Forum: Users
Topic: CR2 raw files under Windows
Replies: 7
Views: 6553

Re: CR2 raw files under Windows

Yes. Sorry for that. It works. I was linking against the wrong libraries. However, not all is well. The image on Windows appears reddish, while the image on Linux appears correct. The Linux file also takes longer to open. My wild guess was that there is an embedded profile in the image and the Windo...
by ggarra13
2017-10-17T09:45:01-07:00
Forum: Users
Topic: CR2 raw files under Windows
Replies: 7
Views: 6553

Re: CR2 raw files under Windows

I am using ImageMagick from a custom program through the API, using the MagickWand set of functions. There's no -verbose option, therefore.

I tried IMDisplay without dcraw.exe and it worked.

Now, the question is how to load a .cr2 file from the API?
by ggarra13
2017-10-17T06:20:03-07:00
Forum: Users
Topic: CR2 raw files under Windows
Replies: 7
Views: 6553

CR2 raw files under Windows

I am unable to load CR2 raw files under Windows. I compiled dcraw.exe, placed it in the path. I also tried downloading ufraw (with ufraw-batch) and also placing it in the path. However, Imagemagick does not seem to try to even run any of them. It reports: c:/Users/Gonzalo/Downloads/EXTRA.CR2: 435 Un...
by ggarra13
2017-06-19T13:46:05-07:00
Forum: Users
Topic: Custom Properties (Attributes)
Replies: 9
Views: 8797

Re: Custom Properties (Attributes)

I have "dpx:". And that attribute works. What does not work is custom attributes like "myattr" later. It works in MIFF and PNG. But it does not work with cin, dpx, jpg, psd, etc.
by ggarra13
2017-06-19T05:39:56-07:00
Forum: Users
Topic: Custom Properties (Attributes)
Replies: 9
Views: 8797

Re: Custom Properties (Attributes)

#include <iostream> using namespace std; #include <cstdio> #include <MagickWand/MagickWand.h> /*! ImageMagick does not allow testing a block of data, but allows testing a file or FILE*. */ bool test(const char* infile, const char* outfile ) { MagickWandGenesis(); MagickBooleanType status = MagickFa...
by ggarra13
2017-06-19T05:35:41-07:00
Forum: Users
Topic: Custom Properties (Attributes)
Replies: 9
Views: 8797

Re: Custom Properties (Attributes)

With PNG and MIFF, the attributes are saved properly. It seems a bug with the jpeg/dpx/tiff savers.
by ggarra13
2017-06-19T05:02:09-07:00
Forum: Users
Topic: Custom Properties (Attributes)
Replies: 9
Views: 8797

Re: Custom Properties (Attributes)

I can set the value of, for example, "dpx::television.frame_rate" in a dpx file with MagickSetImageProperty. However, I seem not to be able to create a new attribute that is unknown to the saver. Or at least, it does not show up with: identify -verbose image.dpx.
by ggarra13
2017-06-18T18:17:10-07:00
Forum: Users
Topic: Custom Properties (Attributes)
Replies: 9
Views: 8797

Custom Properties (Attributes)

I would like to save custom attributes (properties) in a psd, miff, tiff, jpg, etc. For example, key "writer", value "my name". This is using C++, with ImageMagick 7.0.4-9 Q32 x86_64 2017-02-16. I am using MagickSetImageProperty, like: std::string key = "writer"; std::s...
by ggarra13
2016-03-11T09:57:02-07:00
Forum: Users
Topic: Installation problems on Ubuntu
Replies: 2
Views: 4803

Re: Installation problems on Ubuntu

imagick.so is not a standard part of the imagemagick distribution.
by ggarra13
2016-01-17T05:51:45-07:00
Forum: MagickWand
Topic: Empty backgrounds show as white
Replies: 7
Views: 18968

Re: Empty backgrounds show as white

I uploaded a fixed version that still shows bad in Photoshop CS 2015 Trial.

https://drive.google.com/file/d/0B1_Bcm ... sp=sharing

Gimp and Krita open the file just fine.
by ggarra13
2016-01-17T05:10:35-07:00
Forum: Bugs
Topic: PSD saver only compresses first layer
Replies: 1
Views: 2848

PSD saver only compresses first layer

When saving a multilayered PSD file, only the first layer is RLE compressed.

Also, it is not possible to turn on ZIP compression in the PSD saver. Setting ZipCompression ends up saving with None Compression.
by ggarra13
2016-01-16T23:15:35-07:00
Forum: MagickWand
Topic: Empty backgrounds show as white
Replies: 7
Views: 18968

Re: Empty backgrounds show as white

Thanks. I think I know what caused that.
by ggarra13
2016-01-16T18:01:54-07:00
Forum: MagickWand
Topic: Empty backgrounds show as white
Replies: 7
Views: 18968

Re: Empty backgrounds show as white

I just tried downloading it and it seems fine. It is a 22Mb file. Here is: $ identify -verbose Image: /home/gga/Descargas/output.psd Format: PSD (Adobe Photoshop bitmap) Class: DirectClass Geometry: 2048x1556+0+0 Resolution: 72x72 Print size: 28.4444x21.6111 Units: PixelsPerInch Type: TrueColorAlpha...
by ggarra13
2016-01-16T15:56:19-07:00
Forum: MagickWand
Topic: Empty backgrounds show as white
Replies: 7
Views: 18968

Re: Empty backgrounds show as white

I uploaded the PSD file I created that is causing the trouble in PS but works fine with Gimp or Krita.

https://drive.google.com/file/d/0B1_Bcm ... sp=sharing