PICT to JPG image format
I encountered another interesting question. This individual is using an application that has PICT formatted pictures stored in a database Image field. This data is then brought out of the database and put in an image control. The problem is that this app that is being written cannot use PICT images and therefore PICT needs to be able to be converted programmatically. I found that there are many apps including the ones at 2jpeg.com but they are not components that can be used inside code. It is a console application (command line app) that can run without a UI but is an app that must be launced.
I found LeadTools products, but then found out that the .NET Vector Imaging product was 2000.00. So that puts it out of reach for someone developing an app that is for one customer or friend or whatever.
I was a little disappointed on how little conversion code there was for things like this as we get more standardized on coding techniques, etc. there is still a gap in the imaging front between platforms (PICT = Mac, JPG = Windows, etc.)
Just an interesting day here at BorCon.