Announcement

Collapse
No announcement yet.

Error when image dimension width> 65500 pixels

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error when image dimension width> 65500 pixels

    I tried to save a picture which the width is 70000pixels,
    IrfanView will give me a prompt that

    "JPG SAVE error!
    Maximum supported image dimension is 65500pixels"

    Is there anyway to overcome this problem?

    thank you.
    Last edited by ys_2k; 01.04.2008, 04:23 AM. Reason: Typo error

    #2
    It is possible to create a PNG image that wide though unless your images has only a few colours you're going to run out of memory very easily with PNG format.
    Before you post ... Edit your profile • IrfanView 4.62 • Windows 10 Home 19045.2486

    Irfan PaintIrfan View HelpIrfanPaint HelpRiot.dllMore SkinsFastStone CaptureUploads

    Comment


      #3
      Hi ys_2k,

      Hmmm ! 65000 is about 65535 (= 2^16 - 1) which is the greatest value for an unsigned short integer. Did you google to search if there is a size limitation for JPEG images?

      Laurent
      Before you post ... fill in your OS and IV version in your profile.

      Comment


        #4
        Thanks for the reply.

        Originally posted by Bhikkhu Pesala View Post
        It is possible to create a PNG image that wide though unless your images has only a few colours you're going to run out of memory very easily with PNG format.
        Yup, i managed to save it as PNG format,
        originally it is
        BMP format = 91.9MB, after converted become
        PNG = 32.7MB


        Originally posted by Laurent View Post
        Hi ys_2k,

        Hmmm ! 65000 is about 65535 (= 2^16 - 1) which is the greatest value for an unsigned short integer. Did you google to search if there is a size limitation for JPEG images?

        Laurent
        I didn't able to get any related information from google.
        Maybe 65535 is the maximum size for JPEG's width.
        Thanks.

        Comment

        Working...
        X