When I install IM on MinGW I got this error
c:\Users\MumMum\Desktop\MagickCore\ImageMagick-6.7.7-0/magick/nt-base.c:1021: un
defined reference to `IsWow64Process'
How i solve this problems?
Search found 12 matches
- 2012-06-28T02:23:16-07:00
- Forum: Developers
- Topic: Install IM on MinGW
- Replies: 1
- Views: 3827
- 2012-06-25T09:13:31-07:00
- Forum: Developers
- Topic: What is path on MagickCoreGenesis function?
- Replies: 3
- Views: 7916
Re: What is path on MagickCoreGenesis function?
I meet this error, how can I solve it? Command> 1 [main] qtopt 7540 exception::handle: Exception: STATUS_ACCESS_V IOLATION Exception: STATUS_ACCESS_VIOLATION at eip=610D3494 eax=00000000 ebx=00230000 ecx=6FF80000 edx=6FF90FAA esi=6FF93000 edi=6FF91FB4 ebp=0022FDAC esp=0022FD84 program=C:\Users ...
- 2012-06-25T08:47:00-07:00
- Forum: Developers
- Topic: What is path on MagickCoreGenesis function?
- Replies: 3
- Views: 7916
What is path on MagickCoreGenesis function?
I use MagickCoreGenesis(char* path, ...)
but i dont know how to setup path.
what is it?
but i dont know how to setup path.
what is it?
- 2012-06-23T06:05:18-07:00
- Forum: Developers
- Topic: how to set progressive jpeg on Magickcore?
- Replies: 2
- Views: 12035
how to set progressive jpeg on Magickcore?
hi every one?
Can you answer my question
how to set progressive jpeg on Magickcore?
Can you answer my question
how to set progressive jpeg on Magickcore?
- 2012-06-22T01:32:19-07:00
- Forum: Developers
- Topic: Quantization table
- Replies: 0
- Views: 4039
Quantization table
Why I change quantization table by "-define:q-table=path" but the quantization table was not change like tables which i define in path? Here is quantization in file <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE quantization-tables [ <!ELEMENT quantization-tables (table)+> <!ELEMENT table ...
- 2012-06-21T00:17:05-07:00
- Forum: Developers
- Topic: Delete function and rebuild it's ok
- Replies: 3
- Views: 6284
Re: Delete function and rebuild it's ok
Thanks you
I want to change quantization table which dont need load to file. Which file i must change?
I want to change quantization table which dont need load to file. Which file i must change?
- 2012-06-20T21:52:37-07:00
- Forum: Developers
- Topic: Delete function and rebuild it's ok
- Replies: 3
- Views: 6284
Delete function and rebuild it's ok
Why I delete function writejpegimage on jpeg.c and rebuild
It still run. And function SetImageOption (quantization table) still work correctly
It still run. And function SetImageOption (quantization table) still work correctly
- 2012-06-20T19:45:43-07:00
- Forum: Developers
- Topic: JPEG quantization tables and progressive scan scripts
- Replies: 27
- Views: 71856
Re: JPEG quantization tables and progressive scan scripts
Here is mycode (void) strcpy(image1->filename, "resize.pnm"); WriteImage(image_info, image1); (void)strcpy(image_info->filename,"resize.pnm"); SetImageOption(image_info, "jpeg:q-table","quantization-table.xml"); image2 = ReadImage(image_info,exception); (void) strcpy(image2->filename, "resize3-11 ...
- 2012-06-20T19:39:13-07:00
- Forum: Developers
- Topic: JPEG quantization tables and progressive scan scripts
- Replies: 27
- Views: 71856
Re: JPEG quantization tables and progressive scan scripts
Hello I meet this bug and hope some one can fix for me. My code: SetImageOption(image_info, "jpeg:q-table","quantization-table.xml"); When I use lib on cygwin which I download from home page or I build by myself I meet this bug $ ./Magick_Compress.exe Adobe1.jpg resize.jpg 1 [sig] Magick_Compress ...
- 2012-05-28T19:31:41-07:00
- Forum: Developers
- Topic: JPEG quantization tables and progressive scan scripts
- Replies: 27
- Views: 71856
Re: JPEG quantization tables and progressive scan scripts
I mean may be it's array of quantization tables. Dont need to write quantization which i compute to xml file.
- 2012-05-28T19:01:34-07:00
- Forum: Developers
- Topic: JPEG quantization tables and progressive scan scripts
- Replies: 27
- Views: 71856
Re: JPEG quantization tables and progressive scan scripts
Sorry
Could I use array instead of path to use quantization table in Magick Core
Could I use array instead of path to use quantization table in Magick Core
- 2012-05-23T03:07:42-07:00
- Forum: Developers
- Topic: JPEG quantization tables and progressive scan scripts
- Replies: 27
- Views: 71856
Re: JPEG quantization tables and progressive scan scripts
Is there some code MagickCore or Magick++ code equivalent with this ?
-define jpeg:q-table=path
-define jpeg:q-table=path