-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Is it possible to decode only a given region of the image? Let's say I take pictures at 640x480 resolution, but I only need the rectangle at coordinates from <0, 0> to <200, 200>. As far as I know, Jpeg works in 16x16 blocks, so would it be possible to only extract the portion of the image from <0, 0> to <208, 208> (208 being the nearest multiple of 16)?
Metadata
Metadata
Assignees
Labels
No labels