"Roger" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| Max Erickson wrote:
| > I don't know what the format is, etc, but jpegs I open with PIL have a
| > quantization attribute, e.g:
| >
| im.quantization
| Thank you, I wasn't aware of the quantization method. I was unable t
Max Erickson wrote:
> Roger <[EMAIL PROTECTED]> wrote:
>
>> Does anybody have a pointer to a Python library/utility that will
>> extract the chrominance and luminance quantization tables from
>> JPG images?
>>
>> I have been using the _getexif method from PIL, which works fine,
>> but doesn't ext
Roger <[EMAIL PROTECTED]> wrote:
> Does anybody have a pointer to a Python library/utility that will
> extract the chrominance and luminance quantization tables from
> JPG images?
>
> I have been using the _getexif method from PIL, which works fine,
> but doesn't extract the quantization data.
Does anybody have a pointer to a Python library/utility that will
extract the chrominance and luminance quantization tables from JPG images?
I have been using the _getexif method from PIL, which works fine, but
doesn't extract the quantization data. I am a bit fuzzy on the
terminology, but th