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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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.