Search found 4 matches

by Scorp1us
2014-03-14T15:30:26-07:00
Forum: Users
Topic: OpenCL operations
Replies: 3
Views: 2750

OpenCL operations

Is there a list of IM operations that are implemented in OpenCL? I need to do some pretty GPU trivial stuff (normalize, rotate, and merge) on a small series of 4k-resolution images, but repeatedly How do I enable OpenCL? I am on Mint 16, I have: Version: ImageMagick 6.7.7-10 2013-09-10 Q16 http ...
by Scorp1us
2012-05-29T12:14:31-07:00
Forum: Users
Topic: 8bit per channel to 6bpc (RGB)
Replies: 1
Views: 2942

8bit per channel to 6bpc (RGB)

I need to convert some images to 6bpc, which is to say that I want to zero the last 2 bits of each each RGB channel for preview on a reduced color display.

How can I do this with imagemagick?

Many thanks!
by Scorp1us
2010-06-24T07:36:22-07:00
Forum: Users
Topic: Modifying DICOM files on the fly.
Replies: 3
Views: 6759

Re: Modifying DICOM files on the fly.

Magick, Would it be possible to somehow get IM to convert the pixel data anyway? If I were to feed a DICOM file for reading, then ignoring all the dicom tags, just get the pixel data out... Could that work? I of course would need to take care of generating the DICOM headers for he output file myself ...
by Scorp1us
2010-06-23T14:02:17-07:00
Forum: Developers
Topic: Streaming Conversions
Replies: 1
Views: 4227

Streaming Conversions

I work with some very large files. 80MB is common, up to 800MB I also have many conversions threads at once. Generally, I am either converting from some arcane 422 format to JPG2000, or downsampling. Rather than wait for the entire image to come in (via socket) I want to be able to feed it to a ...