Search found 28 matches

by jupiter
2012-04-09T23:20:58-07:00
Forum: Bugs
Topic: no decode delegate for this image format
Replies: 17
Views: 42831

Re: no decode delegate for this image format

same problem here for me. although I didn't try the convert.exe but the c++ api
by jupiter
2012-04-05T08:14:30-07:00
Forum: Bugs
Topic: no decode delegate for this image format
Replies: 17
Views: 42831

Re: no decode delegate for this image format

I'm running windows 7 64bits
by jupiter
2012-04-05T05:42:37-07:00
Forum: Bugs
Topic: no decode delegate for this image format
Replies: 17
Views: 42831

Re: no decode delegate for this image format

will you investigate that problem?

@mgrant did you make any progress?
by jupiter
2012-04-02T00:10:12-07:00
Forum: Bugs
Topic: no decode delegate for this image format
Replies: 17
Views: 42831

Re: no decode delegate for this image format

any updates to this problem yet?
by jupiter
2012-03-29T00:11:03-07:00
Forum: Bugs
Topic: no decode delegate for this image format
Replies: 17
Views: 42831

Re: no decode delegate for this image format

i just tested the new version, and I'm still getting the same problems.
by jupiter
2012-03-28T02:10:44-07:00
Forum: Bugs
Topic: no decode delegate for this image format
Replies: 17
Views: 42831

Re: no decode delegate for this image format

where can i find the 6.7.6-2 package? i only find the -1 package on the website
by jupiter
2012-03-27T13:32:12-07:00
Forum: Bugs
Topic: no decode delegate for this image format
Replies: 17
Views: 42831

Re: no decode delegate for this image format

i can confirm this bug, and afaik i noticed that it came up with the switch to vs2010 precompiles. the one made with vs2008 work fine, the 2010 don't.


also the same problem occurs when i compile it myself using vs2010. are there any workarounds to get it running?
by jupiter
2012-03-27T07:45:40-07:00
Forum: Users
Topic: convert.exe: no decode delegate for this image format
Replies: 22
Views: 75447

Re: convert.exe: no decode delegate for this image format

update 2:

it doesn't work anymore, since the prebuilt libs changed to VS 2010 compiler
by jupiter
2012-03-27T02:39:06-07:00
Forum: Users
Topic: convert.exe: no decode delegate for this image format
Replies: 22
Views: 75447

Re: convert.exe: no decode delegate for this image format

update:

IM version 6.3.2 binary release works as intended. what changed to the installer since that?
by jupiter
2012-03-27T02:07:46-07:00
Forum: Users
Topic: convert.exe: no decode delegate for this image format
Replies: 22
Views: 75447

Re: convert.exe: no decode delegate for this image format

well building IM static makes configure work, however i can't link it into my app then (dunno why).

but why do i need delegates at all, when i just want to create an Image using a size and a color?

why doesn't he find the mod.dlls, no matter what configure options i set?
by jupiter
2012-03-22T02:40:30-07:00
Forum: Users
Topic: Create image from geometry and color fails
Replies: 16
Views: 25568

Re: Create image from geometry and color fails

as i said all xml files and dlls are in the same directory as my application is. so its already in the default path of windows.

and would i have to set that variable on the customer machines too?
by jupiter
2012-03-21T07:03:22-07:00
Forum: Users
Topic: Create image from geometry and color fails
Replies: 16
Views: 25568

Re: Create image from geometry and color fails

well i also made a build with everything, copied every dll then into my application folder, and i still have the exception when i want to write that blob
by jupiter
2012-03-21T06:38:35-07:00
Forum: Users
Topic: Create image from geometry and color fails
Replies: 16
Views: 25568

Re: Create image from geometry and color fails

the mods are currently in the same folder as my imagemagick is located (right next to my app). what two mods do i have to use, to just create an image play around with its pixels and save it to a blob as RGBA image uncompressed? do i have to set those enviroment variables also on the customer machin...
by jupiter
2012-03-21T06:25:51-07:00
Forum: Users
Topic: Create image from geometry and color fails
Replies: 16
Views: 25568

Re: Create image from geometry and color fails

do i need all of the IM_MOD dlls? can i statically link them into the core dlls?
by jupiter
2012-03-21T06:21:23-07:00
Forum: Users
Topic: Create image from geometry and color fails
Replies: 16
Views: 25568

Re: Create image from geometry and color fails

thanks for reply, I'm on windows using a self compiled image magick without convert. where do i have the config files? and where do i get them from? i just copied the config folder to my application.