Linda, Re. > > int jpeg_quality = 100; > > If you've left it at that default, you might want to do some > experiments lowering it. > > Basically with JPEGs you want to try to set the quality as low > as possible, without making the image all ugly with jpeg artifacts. >
Yes, that's the issue. For photographs you could probably go as low as 25%, but for computer generated images, you might want to use 75%. Experiment, and you will find a suitable default for your needs. Additionally, you can always adapt the function to take quality as a parameter. Don. _______________________________________________ fltk-opengl mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-opengl
