Jump to content

Not able to open a 40MB TIF


Recommended Posts

What is the pixel resolution? That image is probably at least 3800 x 4600 pixels, correct?

Paint.NET converts everything to 32-bit internally. That means that a 1-bit black & white image takes up at least 32x the memory that it otherwise would.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

Sorry, but Paint.NET always converts to 32-bit internally, due to the way the application is architected. Because of this, the enormous image you're trying to load would require about 8 GB of memory! :shock:

29632 * 23951 * 4 * 3 = 8,516,592,384

8,516,592,384 / 1024 / 1024 / 1024 = 7.93 GB (!)

The *4 is for 32-bits per pixel (and there are 8 bits per byte), the *3 is because we require 1 buffer per layer, 1 buffer for composition, and 1 buffer for scratch.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...