Deploy IM to non latin folder name.

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
wizard29
Posts: 58
Joined: 2014-03-21T00:40:16-07:00
Authentication code: 6789
Location: Russia, Saint Petersburg
Contact:

Deploy IM to non latin folder name.

Post by wizard29 »

Hello, everyone.

I have a problem with IM libraries if it was deployed into a folder with non latin symbols.
In case of the folder consists of only latin sybmbols is everything OK.
For example, when I deploy IM libs into the "C:/tmp/тест/IM" folder I catch an exception looks like "NoDecodeDelegateForThisImageFormat `PNG' @ error/constitute.c/ReadImage/501". But everything works fine if I deploy IM libs into the "C:/tmp/test/IM" folder.

How can I solve this problem?

I am using IM 6.9.0-7 under Windows7.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Deploy IM to non latin folder name.

Post by dlemstra »

Did you build ImageMagick from source?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
wizard29
Posts: 58
Joined: 2014-03-21T00:40:16-07:00
Authentication code: 6789
Location: Russia, Saint Petersburg
Contact:

Re: Deploy IM to non latin folder name.

Post by wizard29 »

Yes, I built the IM from source.
wizard29
Posts: 58
Joined: 2014-03-21T00:40:16-07:00
Authentication code: 6789
Location: Russia, Saint Petersburg
Contact:

Re: Deploy IM to non latin folder name.

Post by wizard29 »

This post was helpful. I set the MAGICK_HOME variable for a process via putenv call.
Post Reply