Saving large image #720
Unanswered
pravinohalhbg
asked this question in
Help
Replies: 1 comment 1 reply
-
When you use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm creating an a large image in memory with dimension as 12240x28672, with 32 bit depth and size 384mb
I'm trying to save the im memory image to disk, it is saving perfectly fine, but taking 16 minutes to save. That is lot of time.
I'm using Magick.NET-Q16-AnyCPU v7.21.1.0, Machine configuratio is I7 with 16 GB RAM
Here is that code that I'm using
using (var scannedImage = wholeImage.AppendHorizontally())
{
}
My question is how can we save the image in minimal time. Thanks in Advance
Beta Was this translation helpful? Give feedback.
All reactions