Search found 1570 matches

by dlemstra
2013-07-08T04:30:13-07:00
Forum: Developers
Topic: Magick++ Geometry
Replies: 2
Views: 8164

Magick++ Geometry

The Geometry class does not support the Fill Area Flag ('^'). Is it possible to add a fillArea boolean to this class?
by dlemstra
2013-07-07T11:29:23-07:00
Forum: Developers
Topic: Magick++ STL.h
Replies: 10
Views: 17999

Magick++ STL.h

Is it possible to add the following methods to STL.h: MagickCore::CombineImages MagickCore::EvaluateImages MagickCore::MergeImageLayers MagickCore::OptimizeImageLayers MagickCore::OptimizePlusImageLayers MagickCore::SeparateImages And modify linkImages? The current code results in a false positive f...
by dlemstra
2013-06-27T14:38:05-07:00
Forum: Bugs
Topic: Only built-in logger is being used.
Replies: 3
Views: 7081

Re: Only built-in logger is being used.

Thanks for the quick reply and fix but with the latest version of log.c I can create a StackOverflowException when I add the following to identify.c: utf8=NTArgvToUTF8(argc,argv); SetLogEventMask("All"); And log.xml file contains: <log events="All"/> This is happening because 'Ap...
by dlemstra
2013-06-25T22:39:02-07:00
Forum: Bugs
Topic: Only built-in logger is being used.
Replies: 3
Views: 7081

Only built-in logger is being used.

I downloaded ImageMagick-6.8.6-2-Q16-x86-static.exe and made the following changes to log.xml: <log events="All"/> <log output="file"/> I would expect that when I run idenity.exe a log file containing debug information will be written, but no file is being written. I checked the ...
by dlemstra
2013-06-16T09:15:42-07:00
Forum: Bugs
Topic: Missing coders in static build.
Replies: 1
Views: 3538

Missing coders in static build.

The following coders are missing from the 'RegisterStaticModules' method:
- BGR
- BRAILLE
- DOT (needs MAGICKCORE_GVC_DELEGATE)
- JNX
- MASK
by dlemstra
2013-05-17T15:56:49-07:00
Forum: Developers
Topic: Readimage low resolution C++
Replies: 1
Views: 6466

Re: Readimage low resolution C++

You need to assign the density before reading the image. You cannot do that with readImages right now. But if you inline the content of readImages it can be done: // Not tested: MagickCore::ImageInfo *imageInfo = MagickCore::CloneImageInfo(0); std::string imageSpec = "E:/ww.pdf"; imageSpec...
by dlemstra
2013-05-16T15:05:49-07:00
Forum: Bugs
Topic: ImageCoderSignatureMismatch in ImageMagick-6.8.5-4-Q16
Replies: 1
Views: 4171

ImageCoderSignatureMismatch in ImageMagick-6.8.5-4-Q16

I am not sure if bugs reported in 'Developers' should also be reported here also, so I am just posting this message to make sure that the bug is known. As discussed in http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=23363, RegisterXTRNImage in xtrn.c should return '(MagickImageCo...
by dlemstra
2013-05-13T12:30:37-07:00
Forum: Developers
Topic: ImageCoderSignatureMismatch in ImageMagick-6.8.5-4-Q16
Replies: 1
Views: 6484

Re: ImageCoderSignatureMismatch in ImageMagick-6.8.5-4-Q16

The method RegisterXTRNImage should return '(MagickImageCoderSignature)'. I also noticed that it is not possible to access the 'stealth' coders using the Magick::coderInfoList method. The method MagickCore::GetMagickList and Magick::coderInfoList both skip them. Maybe an extra isStealth parameter sh...
by dlemstra
2013-05-04T15:46:22-07:00
Forum: Magick.NET
Topic: MagickNet type initializer throws exception
Replies: 3
Views: 18189

Re: MagickNet type initializer throws exception

Are you sure you have placed all the files from the ImageMagick sub directory in the zip file you download in the directory that you specify when calling MagickNET.Initialize(@"C:\...");. I tested it on my machine my removing all the CORE_RL_/IM_MOD_RL_.dll and .xml files from that directo...
by dlemstra
2013-05-04T15:38:56-07:00
Forum: Developers
Topic: Windows error building x64 build
Replies: 2
Views: 9058

Re: Windows error building x64 build

When you create the new x64 configuration Visual Studio (i am using 2012) forgets to copy some of the settings. I ran into the same problem so i edited all my project files and copied the missing settings. Here is an example for 'CORE_bzlib_mt_dll.vcxproj'. Before: <PropertyGroup Condition="'$(...