This website requires JavaScript.
Explore
Help
Sign In
ryan
/
mozjpeg
Watch
1
Star
0
Fork
0
You've already forked mozjpeg
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
aad846c41668d3b0357a162036693bf9b5b51deb
mozjpeg
/
java
/
org
/
libjpegturbo
/
turbojpeg
History
DRC
c1e4151607
Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing.
2011-12-19 02:21:03 +00:00
..
TJ.java
Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing.
2011-12-19 02:21:03 +00:00
TJCompressor.java
"which"="that"
2011-12-15 13:12:59 +00:00
TJCustomFilter.java
Implement custom filter callback in Java
2011-09-20 05:02:19 +00:00
TJDecompressor.java
Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing.
2011-12-19 02:21:03 +00:00
TJLoader.java
Slight refactor to put ScalingFactor into its own class (mainly because the $ in the class name was wreaking havoc on the build scripts, but also to add a few convenience methods to it) and to create a separate loader class so we can provide a .jar file with the MinGW distribution that loads the correct DLL
2011-04-02 02:09:03 +00:00
TJLoader.java.in
Slight refactor to put ScalingFactor into its own class (mainly because the $ in the class name was wreaking havoc on the build scripts, but also to add a few convenience methods to it) and to create a separate loader class so we can provide a .jar file with the MinGW distribution that loads the correct DLL
2011-04-02 02:09:03 +00:00
TJScalingFactor.java
Oops. Constructor should actually do something.
2011-04-02 03:43:12 +00:00
TJTransform.java
"which"="that"
2011-12-15 13:12:59 +00:00
TJTransformer.java
Re-work TJBUFSIZE() to take into account the level of chrominance subsampling
2011-07-12 03:17:23 +00:00