Search found 22 matches

by diuming
2011-01-18T07:18:20-07:00
Forum: Users
Topic: Change ReadImage() to PingImage()
Replies: 4
Views: 9911

Change ReadImage() to PingImage()

Dear master, I refer to http://www.imagemagick.org/script/magick-core.php's core.c and compile and run it , It working very well in my computer. But When I change ReadImage() to PingImage() function and recompile and then run it, It's always appear "Segmentation fault". I think the PingIma...
by diuming
2011-01-18T05:26:03-07:00
Forum: Users
Topic: How to obtain processing status!
Replies: 0
Views: 3311

How to obtain processing status!

Dear Master,

How to obtain processing status, When I using MagickCore C API to load or write image file, Like convert -monitor command, refer to following

9898 of 29003, 34% complete

Thanks
by diuming
2011-01-18T00:25:42-07:00
Forum: Users
Topic: Get image width and length?
Replies: 2
Views: 5367

Re: Get image width and length?

Thanks for quickly reply! :D
by diuming
2011-01-17T23:55:11-07:00
Forum: Users
Topic: How to speed up to load enlarge TIFF File
Replies: 4
Views: 9604

Re: How to speed up to load enlarge TIFF File

Wow, Thanks for quickly reply!!
by diuming
2011-01-17T19:13:32-07:00
Forum: Users
Topic: Get image width and length?
Replies: 2
Views: 5367

Get image width and length?

Deal All,

How to get image width and length without load entire image file in MagickCore C API?

thanks,
by diuming
2011-01-17T06:00:21-07:00
Forum: Users
Topic: How to speed up to load enlarge TIFF File
Replies: 4
Views: 9604

Re: How to speed up to load enlarge TIFF File

IM Version : 6.6.7-0

thanks
by diuming
2011-01-16T22:52:49-07:00
Forum: Users
Topic: How to speed up to load enlarge TIFF File
Replies: 4
Views: 9604

How to speed up to load enlarge TIFF File

Dear Master, I had 4 TIFF files (C,M,Y,K) (1-bit TIFF, 63307x52914 pixels, 2400 DPI) that I want to resample each file to 300 DPI and then compose 4 channels file to a file. I using convert command with -monitor option to monitor image processing status. ./convert -monitor -resample 300x300 Imput.TI...