On Thu, 2009-11-05 at 01:46 -0800, Brady Mitchell wrote: > On Thu, Nov 5, 2009 at 12:48 AM, Ashley M. Kirchner <ashley@xxxxxxxxxx> wrote: > > I'm trying to use Imagick:roundCorners() however the resulting image has > > the background color on the corners set to black if I save the image as a > > JPG format. If I save it as a PNG format, the rounded corners are > > transparent. Does anyone know if the background color can be set to white > > when saving as a JPG format? I'd rather have 122K over 371K for a file size > > I'm sure it can be done, but without seeing your code we can't really help. > > Brady > It might be that you need to define white as a first colour first and fill the canvas with it. I've had similar problems in GD which were solved like this. Thanks, Ash http://www.ashleysheridan.co.uk