Have you opened the images in your browser? They may be in CMYK, or in 16
bits per channel.

On Tue, Sep 16, 2008 at 6:39 PM, Paul Hastings <[EMAIL PROTECTED]>wrote:

> we have an app that manages (among other things) almost 10k images. works a
> treat but a few days ago we had the app hang after users displayed some
> images
> they uploaded. from these images' EXIF data it turns out they had been
> massaged
> in photoshop (CS2), had thumbnails embedded & had DPI of 150. flex will
> display
> the images if we convert to PNG but no other futzing around we do server
> side in
> coldfusion (cfimage) or client side in flex seems to make these images
> displayable in flex.
>
> the images are simply being loaded from the server into a popup ala:
>
> img.doubleClickEnabled=true;
> img.addEventListener(MouseEvent.DOUBLE_CLICK,imgClick);
> img.addEventListener(Event.COMPLETE,imgComplete);
> img.load(imageName);
> img.toolTip=currentSampleID+" ("+imageType+") : "+toolTipStr;
> img.setStyle("removedEffect", imageRemovedEffect);
> PopUpManager.addPopUp(img,this,true);
>
> anybody seen this before? is it the DPI (the other gazillion working images
> are
> all 96 DPI)? is there a workaround short of converting to PNG (we want to
> keep
> the image "original" as much as possible)?
>
> thanks.
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location:
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>


-- 
"Therefore, send not to know For whom the bell tolls. It tolls for thee."

http://flex.joshmcdonald.info/

:: Josh 'G-Funk' McDonald
:: 0437 221 380 :: [EMAIL PROTECTED]

Reply via email to