Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!lll-winken!ncis.tis.llnl.gov!helios.ee.lbl.gov!ucsd!ogicse!blake!benson From: benson@blake.acs.washington.edu (Dan Benson) Newsgroups: comp.lang.smalltalk Subject: Image Readers Keywords: images, files, graphics Message-ID: <5389@blake.acs.washington.edu> Date: 20 Jan 90 01:14:42 GMT Reply-To: benson@blake.acs.washington.edu (Dan Benson) Distribution: comp.lang.smalltalk Organization: University of Washington, Seattle Lines: 7 I am building an application for reading image files and displaying them in windows. I would like to be able to support many kinds of file formats such as TIFF, GIF, PICT, etc., or simply byte arrays. Does anyone already have some methods for reading image files and putting them into ColorForms? It would be nice to not re-invent the wheel. Any help or pointers would be most appreciated. Thanks in advance.