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
Search found 22 matches
- 2011-03-02T04:06:11-07:00
- Forum: Users
- Topic: Using CombineImages to merge 4 channels?
- Replies: 1
- Views: 5429
- 2011-01-25T19:56:59-07:00
- Forum: Users
- Topic: How to speed up resample action!!
- Replies: 5
- Views: 14088
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 ...
- 2011-01-25T19:39:59-07:00
- Forum: Users
- Topic: How to speed up resample action!!
- Replies: 5
- Views: 14088
Re: How to speed up resample action!!
Thanks for reply..
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
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
- 2011-01-25T04:03:52-07:00
- Forum: Users
- Topic: How to speed up resample action!!
- Replies: 5
- Views: 14088
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
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
- 2011-01-23T19:42:34-07:00
- Forum: Users
- Topic: How to compile ImageMagick with static zlib!
- Replies: 0
- Views: 4936
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 ...
- 2011-01-23T19:28:01-07:00
- Forum: Users
- Topic: About MagickSetImage(functions) and MagickSet(functions)
- Replies: 3
- Views: 7932
Re: About MagickSetImage(functions) and MagickSet(functions)
You are provide very useful information!
Thanks Pete
Diuming
Thanks Pete
Diuming
- 2011-01-20T19:00:07-07:00
- Forum: Users
- Topic: About MagickSetImage(functions) and MagickSet(functions)
- Replies: 3
- Views: 7932
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
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
- 2011-01-20T06:11:00-07:00
- Forum: Users
- Topic: About API description!!
- Replies: 4
- Views: 9028
Re: About API description!!
I got it. thanks!
Diuming
Diuming
- 2011-01-20T06:07:10-07:00
- Forum: Users
- Topic: Compose CMYK Files Using CompositeImageChannel function
- Replies: 4
- Views: 9389
Re: Compose CMYK Files Using CompositeImageChannel function
I got it.
thank you so much!!
Diuming
thank you so much!!
Diuming
- 2011-01-20T01:36:23-07:00
- Forum: Users
- Topic: Compose CMYK Files Using CompositeImageChannel function
- Replies: 4
- Views: 9389
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
Sorry! I just focus on C function, not command.
Your mean is use CombineImages() function. Right?
Thank for quickly reply.
Diuming
- 2011-01-20T00:05:57-07:00
- Forum: Users
- Topic: About API description!!
- Replies: 4
- Views: 9028
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 ...
- 2011-01-19T22:26:45-07:00
- Forum: Users
- Topic: About API description!!
- Replies: 4
- Views: 9028
About API description!!
About API description??
- 2011-01-19T03:37:06-07:00
- Forum: Users
- Topic: Compose CMYK Files Using CompositeImageChannel function
- Replies: 4
- Views: 9389
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, cmykImage ...
- 2011-01-19T00:32:34-07:00
- Forum: Users
- Topic: Change ReadImage() to PingImage()
- Replies: 4
- Views: 10029
Re: Change ReadImage() to PingImage()
Thanks!
If I focus on hardware, Which one to replace can be speedup!!
If I focus on hardware, Which one to replace can be speedup!!
- 2011-01-18T18:00:20-07:00
- Forum: Users
- Topic: Change ReadImage() to PingImage()
- Replies: 4
- Views: 10029
Re: Change ReadImage() to PingImage()
Does MagickCore has any function to load image faster than ReadImage()? (Maybe block by block, not scanline)
Thanks
Thanks