On Mon, Oct 23, 2000 at 02:09:19PM -0400, Vinhthuy T Phan wrote: >Ideally, I'm looking for read and write routines that would take as >input a .jpg image and output an array (each pixel is a RGB value); and >would take in as input an array and output a .jpg image. Looks like you will want to program your own little code snippet -- with libjpeg (check freshmeat.net for the exact URL) this is a breeze. See the example.c file included. /* Steinar */