Trying to convert the following image to JPG will send back a completely black image.  I'm tempted to add something like the following in `image.js`. Any advice? ``` if (image.outputFormat === 'jpeg') { r.background('#FFFFFF').flatten(); } ```