-
|
What is the difference between ContextWhat I'm trying to do is to use FFMediaToolkit library (a wrapper for FFmpeg libraries) to read video frames into Questions
P.S. #1237 mentions |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You would use |
Beta Was this translation helpful? Give feedback.
You would use
ImportPixelswhen you want to import pixels into an area of the image. And yes that could also be the whole image. But in your situation I would advise you to useReadPixelsafter you have created an emptyMagickImage. And in the settings you will need to specify the mapping and the storage type of the pixels.