Hi,
Does anyone know how to read a user defined image format
(NOT .jpg .bmp , etc) into picturebox or any other control.?
and how I can transfer the image into .bmp or .jpg format?

I can read the image into a buffer and use Pset to
set the color and display on the picturebox,
but it seems not working properly, and I cannot save
it to be jpg format.

Thanks,

Austin