Is there a way to check if a single frame image has been loaded as contiguous in memory without allocating an IMemoryGroup<T>?
#2998
|
Just the question in the title. |
Answered by
JimBobSquarePants
Oct 26, 2025
Replies: 1 comment 2 replies
|
You can actually enforce it. https://docs.sixlabors.com/articles/imagesharp/memorymanagement.html#enforcing-contiguous-buffers |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There’s actually an example at the docs link.