JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#895 CMYK JPEG image decoded wrongly
Author: developer honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to: admin JPEXS
Labels: Images
State: closed Help

> What steps will reproduce the problem? Open attached swf, open DefineShape 471, compare the internal and external viewer image. They are different. This is not an internal viewer bug, the image decoding is wrong. Check DefineBitsJPEG3 tag, it is wrong, too. This is a bug in javax.imageio: http://stackoverflow.com/questions/9340569/jpeg-image-with-wrong-colors I already fixed a similar bug with saving the image, but i don't know how to fix this. Maybe a new lib is needed for decoding the image, but it would increase FFDec with at least 4-5MB > What is the expected output? What do you see instead? Internal and external viewer should show the same image > What version of the product are you using? On what operating system? Latest, Win8.1
Downloadimagebug.swf (2 KiB)
user
You are using java, and JPEXs was made for swfs with AS,AS2 or AS3...
user
^delete why the f did i post that
admin
Should be fixed in repository. I included Monte Video CMYK JPEG handling library.
State: new→upgraded
Title: Jpeg image decoded wrongly→CMYK JPEG image decoded wrongly
Assigned:admin JPEXS
developer
Yes, it is fixed, thanks.
State: upgraded→closed