Search found 3 matches
- 2014-02-13T14:41:09-07:00
- Forum: Magick++
- Topic: Output of Convert command to Blob
- Replies: 1
- Views: 11304
Output of Convert command to Blob
I am using the following code in a Magic++ application... MagickBooleanType status = ConvertImageCommand(image_info, args_count, args, NULL, exception); Is it possible for the ConvertImageCommand to write its output to a Blob or use some other 'in memory' technique? I am trying to avoid writing the ...
- 2012-05-25T20:45:59-07:00
- Forum: Users
- Topic: object offset
- Replies: 5
- Views: 9887
Re: object offset
I should have mentioned that I did some testing with the convert function with numerous fuzz factors specifying the parameters you mentioned... (from a batch file) convert %%a -threshold 30%% -format %%c histogram:info: This seemed to be a promising approach as it would basically 'score' all the ...
- 2012-05-25T13:31:59-07:00
- Forum: Users
- Topic: object offset
- Replies: 5
- Views: 9887
object offset
I am trying to determine the x,y coordinates for a simple image (circle) on a solid background. I am doing measurements of the object and need to determine the number of pixels in the diameter of the circle. The edges are faily sharp but the circle is not a solid color, it has small areas with some ...