Skip to content

Download image via staging buffer - #1095

Open
CrabExtra wants to merge 3 commits into
masterfrom
downloadImageViaStagingBuffer
Open

CrabExtra wants to merge 3 commits into
masterfrom
downloadImageViaStagingBuffer

Conversation

@CrabExtra

Copy link
Copy Markdown
Contributor

Description

Testing

TODO list:

Comment on lines +14 to +15
, srcImageFormat(image->getCreationParameters().format)
, dstImageFormat(image->getCreationParameters().format)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src and destination format can differ, and the image filter copy things can do different format copies.
that's one of the selling points of this utility. you can copy RGB8 to RGBA8 and those filter will handle that automagically. (the decode and then encode)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok this is probably a default thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants