MagickConstituteImage
Posted: 2011-02-17T15:13:42-07:00
Is there a way to call MagickConstituteImage and pass in pixel data without it copying the data? i.e. the format matches internally so it uses the data without copying it.
I have an existing image data that is in ARGB 32bit char and it would be easier and more efficient to send in the existing data that it uses. This would also alleviate the need to extract it possibly.
I have an existing image data that is in ARGB 32bit char and it would be easier and more efficient to send in the existing data that it uses. This would also alleviate the need to extract it possibly.