Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
PROBLEM:
FXGUtils missing support for all FXG supported flavors of the FXG image formats.
The attached test assets are from Michael and cause FXGUtils to run into the following exception apparently in the JPEGDecoder
METHOD:
convert attached FXG to SWF via FXGUtils
RESULT:
sun.awt.image.ImageFormatException: Unsupported color conversion request
at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:119)
at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:246)
at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:172)
at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)
EXPECTED:
all supported image formats should be successfully converted.