Search found 12 matches

by cuongnh
2012-06-28T02:23:16-07:00
Forum: Developers
Topic: Install IM on MinGW
Replies: 1
Views: 3702

Install IM on MinGW

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?
by cuongnh
2012-06-25T09:13:31-07:00
Forum: Developers
Topic: What is path on MagickCoreGenesis function?
Replies: 3
Views: 7729

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\MumMu...
by cuongnh
2012-06-25T08:47:00-07:00
Forum: Developers
Topic: What is path on MagickCoreGenesis function?
Replies: 3
Views: 7729

What is path on MagickCoreGenesis function?

I use MagickCoreGenesis(char* path, ...)

but i dont know how to setup path.

what is it?
by cuongnh
2012-06-23T06:05:18-07:00
Forum: Developers
Topic: how to set progressive jpeg on Magickcore?
Replies: 2
Views: 11834

how to set progressive jpeg on Magickcore?

hi every one?

Can you answer my question

how to set progressive jpeg on Magickcore?
by cuongnh
2012-06-22T01:32:19-07:00
Forum: Developers
Topic: Quantization table
Replies: 0
Views: 3945

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...
by cuongnh
2012-06-21T00:17:05-07:00
Forum: Developers
Topic: Delete function and rebuild it's ok
Replies: 3
Views: 6037

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?
by cuongnh
2012-06-20T21:52:37-07:00
Forum: Developers
Topic: Delete function and rebuild it's ok
Replies: 3
Views: 6037

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
by cuongnh
2012-06-20T19:45:43-07:00
Forum: Developers
Topic: JPEG quantization tables and progressive scan scripts
Replies: 27
Views: 68169

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)...
by cuongnh
2012-06-20T19:39:13-07:00
Forum: Developers
Topic: JPEG quantization tables and progressive scan scripts
Replies: 27
Views: 68169

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...
by cuongnh
2012-05-28T19:31:41-07:00
Forum: Developers
Topic: JPEG quantization tables and progressive scan scripts
Replies: 27
Views: 68169

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.
by cuongnh
2012-05-28T19:01:34-07:00
Forum: Developers
Topic: JPEG quantization tables and progressive scan scripts
Replies: 27
Views: 68169

Re: JPEG quantization tables and progressive scan scripts

Sorry

Could I use array instead of path to use quantization table in Magick Core
by cuongnh
2012-05-23T03:07:42-07:00
Forum: Developers
Topic: JPEG quantization tables and progressive scan scripts
Replies: 27
Views: 68169

Re: JPEG quantization tables and progressive scan scripts

Is there some code MagickCore or Magick++ code equivalent with this ?

-define jpeg:q-table=path