Reading through the quickstart, the variable jpeg_quality is not defined explicitly. Since the RGBField uses the raw write mode in that example (as it's the default), I think it'd make more sense to remove the jpeg_quality argument from the code snippet to make things easier to grasp at the beginning.
Reading through the quickstart, the variable
jpeg_quality
is not defined explicitly. Since theRGBField
uses theraw
write mode in that example (as it's the default), I think it'd make more sense to remove thejpeg_quality
argument from the code snippet to make things easier to grasp at the beginning.