yeuchi / windowsbitmapdencoder

Automatically exported from code.google.com/p/windowsbitmapdencoder
0 stars 0 forks source link

NPE on non-windows platform #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run the application on a unix/linux based platform
2.
3.

What is the expected output? What do you see instead?

program should operate, but a null pointer exception is thrown.

What version of the product are you using? On what operating system?

v36 from SVN

Please provide any additional information below.

problem is fixed by removing the line:

/* this assumes you're on a windows platform. */
    file = file.resolvePath("C:\\"); 

from the ImageDencoder.mxml file.

Original issue reported on code.google.com by sfis...@gmail.com on 9 Feb 2010 at 5:38

GoogleCodeExporter commented 9 years ago
Dear sfisque,

Greatly appreciate your comment !  Yes, that is a great suggestion.
If you are interested, I will grant you access to the project.
Would you care to participate ?  

Although slow, I am working on LZW and ZIP compression.  
Also, CMYK can be made available.

Sincerely,

CT

Original comment by yeuchi@gmail.com on 20 Feb 2010 at 4:43

GoogleCodeExporter commented 9 years ago
sure!  i was thinking about working on a CCITT encoder, and would be interested 
in
the progress of the LZW encoder as well.

== stanton

Original comment by sfis...@gmail.com on 22 Feb 2010 at 6:35