Search found 2 matches

by paolopazziani
2013-04-11T00:50:08-07:00
Forum: Magick++
Topic: relationship between pixel depth ImageType ColorspaceType
Replies: 0
Views: 7183

relationship between pixel depth ImageType ColorspaceType

Hi, I would like to know if there is a way to know the total number of channels in an image or the total depth per pixel. I tried to use the following method: - // Image depth (bits allocated to red / green / blue components)      size_t depth (void) const; but only provides the depth of the single ...
by paolopazziani
2013-04-11T00:29:07-07:00
Forum: Magick++
Topic: Prevent automatic depth reduction
Replies: 0
Views: 6594

Prevent automatic depth reduction

Hi, I'm working on a program that needs to make changes to images (resizing, cropping, ...) without altering the total depth of each pixel. I have noticed that as a result of a disk read by any of the following methods: - // Construct from image files or image specification      Image (const std :: ...