Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!news.mathworks.com!yeshua.marcam.com!zip.eecs.umich.edu!newsxfer.itd.umich.edu!gatech!howland.reston.ans.net!EU.net!uunet!optilink!michigan!jansen
From: jansen@optilink.dsccc.com (David Jansen)
Subject: Re: VW1.0 - Color inconsistencies
Message-ID: <CyC8n0.Dp@optilink.com>
Sender: jansen@michigan (David Jansen)
Organization: DSC Access Products, Petaluma, CA
References: <381ipn$lg@rainbow.rmii.com> <38nhns$8bq@cnj.digex.net>
Date: Thu, 27 Oct 1994 15:35:24 GMT
Lines: 16


Andy Hofle (hof@rainbow.rmii.com) wrote:

: I have an application which uses some color images on buttons.  Most 
: machines I run the app on (PCs running Windows) draw the images fine, but 
: sometimes a machine will print a bunch of garbage (usually black with a 
: little red or yellow).  I thought vw Images were portable across 
: machines if not platforms.  Has anyone encountered this?
: Thanks,
: Andy

I experienced the same problems, until I stopped using Image>#fromUser to
capture the images.  Try using the PNMImport extension to Image, together
with pbmplus.

-David
