Search found 5 matches

by ig0rk0
2014-06-18T02:55:27-07:00
Forum: Developers
Topic: Update RAW support
Replies: 1
Views: 4386

Re: Update RAW support

Also it would be nice to allow read tif dcraw output instead of ppm as tif preserves metadata. And correctly transfer that metadata to imagemagick data sctucture.
by ig0rk0
2014-06-10T00:30:55-07:00
Forum: Developers
Topic: Update RAW support
Replies: 1
Views: 4386

Update RAW support

Hello guys. Imagemagick has no support of RAW images with .raw extension. But DCRAw supports them. To add .raw support I needed to add : <delegate decode="raw" stealth="True" command="dcraw -6 -w -O "%o" "%i""/> But I guess it would be better to incl...
by ig0rk0
2014-01-14T02:00:45-07:00
Forum: Bugs
Topic: IM 6.8.8-2 unable to compile under MacOS
Replies: 2
Views: 4006

Re: IM 6.8.8-2 unable to compile under MacOS

After installing XCode command line tools and trying with default compiler I still can't build universal mac binaries with the same error.
by ig0rk0
2014-01-13T03:19:47-07:00
Forum: Bugs
Topic: IM 6.8.8-2 unable to compile under MacOS
Replies: 2
Views: 4006

IM 6.8.8-2 unable to compile under MacOS

IM 6.8.8-2 MacOSX 10.7 Intel Compiler 13.0.1 ./configure --enable-shared --disable-static --without-pango --with-modules --disable-openmp --without-perl --with-quantum-depth=32 --without-x --with-fontconfig=yes --disable-dependency-tracking --enable-osx-universal-binary Causes checking for sys/ipc.h...
by ig0rk0
2013-12-19T04:06:37-07:00
Forum: Magick++
Topic: ProfileImage() doesn't apply ICC profile
Replies: 0
Views: 7542

ProfileImage() doesn't apply ICC profile

Hello. I'm trying to apply ICC profile MagickCore::InitializeMagick(NULL); m_image.read( path ); blobICC = m_image.iccColorProfile(); Magick::PixelPacket* pixel = m_image.getPixels(5, 5, 5, 5); Magick::MagickBooleanType status = ProfileImage(m_image.image(), "ICC", blobICC.data(), blobICC....