Search found 22 matches

by diuming
2011-03-02T04:06:11-07:00
Forum: Users
Topic: Using CombineImages to merge 4 channels?
Replies: 1
Views: 5222

Using CombineImages to merge 4 channels?

Hello,

I used CombineImages() function to merge 4 channels(CMYK) image and then to create a color image.
The color image open in Photoshop is normal, But open in Preview (Mac Preview) is negative image?
Why?

Platform : Mac OS 10.6 (Snow Leopard)

Somebody can help me.
Thanks a lot.

Diuming
by diuming
2011-01-25T19:56:59-07:00
Forum: Users
Topic: How to speed up resample action!!
Replies: 5
Views: 13588

Re: How to speed up resample action!!

I used -monitor option to monitor IM processing, In load image stage as if never using RAM ( I watched system free RAM) IM : 6.6.7-0 OS : Mac OS X 10.6.5 RAM : 4G Disk : 5700 RPM Does my configure IM is wrong? ./configure --disable-shared --without-perl --without-magick-plus-plus --without-x --disab...
by diuming
2011-01-25T19:39:59-07:00
Forum: Users
Topic: How to speed up resample action!!
Replies: 5
Views: 13588

Re: How to speed up resample action!!

Thanks for reply.. :D

Yes, My IM is Q8 and I try to use convert command with -limit option, But I got a same result of spend time.

Ram 4G
Disk : 5700 RPM

convert -limit memory 32 -limit map 32 -monitor -resample 300x300 input.TIF -scene 1 +adjoin output.jpg

Diuming
by diuming
2011-01-25T04:03:52-07:00
Forum: Users
Topic: How to speed up resample action!!
Replies: 5
Views: 13588

How to speed up resample action!!

Hello guys,

I have a tiff file (pixel: 21503x29003 17.1MB DPI:2400).
I try to resample to 300 DPI, But convert utility almost spend 2 mins.

Does anyone can teach me, how to speed up resample or any idea to improve.

convert -resample 300x300 input.tiff output.jpg

Thanks

Diuming
by diuming
2011-01-23T19:42:34-07:00
Forum: Users
Topic: How to compile ImageMagick with static zlib!
Replies: 0
Views: 4844

How to compile ImageMagick with static zlib!

Hello guys, In my OS had a dynamic zlib library at /usr/lib (old version), But I don't want to use system level dynamic zlib. So, I compiled ImageMagick with a static zlib, but i confuse It, why ImageMagick always use system level dynamic zlib. My configuration refer to following: ./configure --pref...
by diuming
2011-01-23T19:28:01-07:00
Forum: Users
Topic: About MagickSetImage(functions) and MagickSet(functions)
Replies: 3
Views: 7734

Re: About MagickSetImage(functions) and MagickSet(functions)

You are provide very useful information!

Thanks Pete :D

Diuming
by diuming
2011-01-20T19:00:07-07:00
Forum: Users
Topic: About MagickSetImage(functions) and MagickSet(functions)
Replies: 3
Views: 7734

About MagickSetImage(functions) and MagickSet(functions)

Deal all,

What's the different between MagickSetImage(functions) and MagickSet(functions)!
ex: function name with image or without image
MagickSetImageColorspace() and MagickSetColorspace()

thanks a lot.

Diuming
by diuming
2011-01-20T06:11:00-07:00
Forum: Users
Topic: About API description!!
Replies: 4
Views: 8790

Re: About API description!!

I got it. thanks!

Diuming
by diuming
2011-01-20T06:07:10-07:00
Forum: Users
Topic: Compose CMYK Files Using CompositeImageChannel function
Replies: 4
Views: 9118

Re: Compose CMYK Files Using CompositeImageChannel function

I got it. :D
thank you so much!!

Diuming
by diuming
2011-01-20T01:36:23-07:00
Forum: Users
Topic: Compose CMYK Files Using CompositeImageChannel function
Replies: 4
Views: 9118

Re: Compose CMYK Files Using CompositeImageChannel function

Dear Master,

Sorry! I just focus on C function, not command.

Your mean is use CombineImages() function. Right?

Thank for quickly reply.

Diuming
by diuming
2011-01-20T00:05:57-07:00
Forum: Users
Topic: About API description!!
Replies: 4
Views: 8790

Re: About API description!!

Dear Master, I know that about API. I encountered a big problem When I using MagickCore and MagickWand's C API. Sometimes I do not understand function and argument's descriptions (It's not clear), So I have to post a question again again again and again!! For example, I try to compose 4 channel imag...
by diuming
2011-01-19T22:26:45-07:00
Forum: Users
Topic: About API description!!
Replies: 4
Views: 8790

About API description!!

About API description??
by diuming
2011-01-19T03:37:06-07:00
Forum: Users
Topic: Compose CMYK Files Using CompositeImageChannel function
Replies: 4
Views: 9118

Compose CMYK Files Using CompositeImageChannel function

Dear Master, I'm using CompositeImageChannel to compose CMYK files, But black channel always appear "black" no any image in in. C,M,Y channels are look very well. . . status = CompositeImageChannel(cmykImage, BlackChannel , CopyBlackCompositeOp , srcImage, 0, 0); . . WriteImage(imageInfo, ...
by diuming
2011-01-19T00:32:34-07:00
Forum: Users
Topic: Change ReadImage() to PingImage()
Replies: 4
Views: 9777

Re: Change ReadImage() to PingImage()

Thanks!

If I focus on hardware, Which one to replace can be speedup!!
by diuming
2011-01-18T18:00:20-07:00
Forum: Users
Topic: Change ReadImage() to PingImage()
Replies: 4
Views: 9777

Re: Change ReadImage() to PingImage()

Does MagickCore has any function to load image faster than ReadImage()? (Maybe block by block, not scanline)

Thanks