Skip to content

Convert image to another color profile? #651

Answered by emcconville
the-database asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like you are reading & writing with numpy arrays. As only pixel-data is transported via np's array interface, and not any image metadata. Wand's Image.strip() & Image.profiles[] will have no effect as those methods do not alter any pixel-data.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@the-database
Comment options

Answer selected by the-database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants