by laeuter:
What steps will reproduce the problem?
1. Try to decode my JPEG photos
What is the expected output?
They should be decodable
What do you see instead?
A good number is rejected with the UnsupportedError "chroma downsample ratio".
Inspection show that the (h,v) pairs of the components are (2,2), (1,1), (2,2).
Which compiler are you using (5g, 6g, 8g, gccgo)?
6g
Which operating system are you using?
MacOS X 10.7.1
Which revision are you using? (hg identify)
32a5db196298 (release-branch.r60) release/release.r60.2
Please provide any additional information below.
I tried to recode the images by opening them in other programs, rotating and resaving
them, but in most cases the images remain undecodable.
by laeuter: