I'm creating an image using the JpegBitmapEncoder.. it's a big image (70k px X 600px). When I try to save it I'm getting a "The image dimensions are out of the range supported by this codec". Is there another encoder i can use that will generate an image that size?
Format isn't an issue... i'd prefer a format with compression, but it really doesn't matter for this application. It's eventually going to be converted to a PDF...