- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Everyone,
I am doing the JPEG encoding using Intel IPP libs. Everything is looking fine but I am encoding the 70000X70000 image , the output JPEG file is showing 4464X4464 . I ecoded the 50000X50000 image and the output JPEG file is showing correctly as 50000X50000 . I am not sure why 70000X70000 file convrted to 4464X4464. Is there any limitation for JPEG encoding?.
could anyone comment.
Regards,
sathish
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sathish,
that is due to 16-bit limit for variables representing image width and height in JPEG specification
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Vladimir,
That means, The maximum size of the JPEG file we can create is 65535X65535. This, we can say it as a limitation.
Is it correct?.Please confirm.
Regards,
sathish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sathish,
strictly speaking it is limitation for one jpeg frame. Videly known jpeg jfif file format can contain only single frame for sequential coding process, and so, yet it is limitation for JFIF file format for encoded image.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Vladimir.
Regards,
sathish.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page