Search found 4 matches

by ylazy
2017-03-08T04:46:56-07:00
Forum: Developers
Topic: "magick -list [type]" not working for some type
Replies: 3
Views: 10229

Re: "magick -list encoding" not working

Sorry! The topic should be posted in Bugs section
by ylazy
2017-03-08T04:44:12-07:00
Forum: Developers
Topic: "magick -list [type]" not working for some type
Replies: 3
Views: 10229

"magick -list [type]" not working for some type

1. encoding:

Code: Select all

magick -list encoding
should return its posibility values

Code: Select all

AdobeCustom     AdobeExpert
AdobeStandard   AppleRoman
BIG5            GB2312
Latin 2         None
SJIScode        Symbol
Unicode         Wansung
2. -evaluate-sequence

Code: Select all

magick -list evaluate-sequence
by ylazy
2017-03-07T05:33:36-07:00
Forum: Developers
Topic: [magick portable] Move configuration files to a sub-folder
Replies: 3
Views: 10209

Re: [magick portable] Move configuration files to a sub-folder

Thank you! Actually I read the page several times but didn't understand how to change the "$MAGICK_CONFIGURE_PATH" (dummy) Now I realize that it's simply an cmd environment variable on windows just have to set: set MAGICK_CONFIGURE_PATH=%applicationDirectory%\bin\magick.config before any m...
by ylazy
2017-03-05T05:29:17-07:00
Forum: Developers
Topic: [magick portable] Move configuration files to a sub-folder
Replies: 3
Views: 10209

[magick portable] Move configuration files to a sub-folder

I'm using magick as a sub-process in my application. The problem is, magick.exe comes with many configuration files, so when I place them into my "bin" folder, they make the bin folder hard to manage, because there're many other tools inside my "bin" folder. It would be better if...