What do you use now instead of GetPixels() #906
Answered
by
dlemstra
jimmywyatt
asked this question in
Help
-
I want to loop through all the pixels but GetPixels() seems to have been removed, how do you do it now? |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Apr 13, 2021
Replies: 1 comment 1 reply
-
I suspect you recently upgraded to a version that uses the "new" Core library. It's still there but in a different interface. You will need to use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jimmywyatt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suspect you recently upgraded to a version that uses the "new" Core library. It's still there but in a different interface. You will need to use the
IMagickImage<QuantumType>
interface instead.