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
ff3d754f29124823f770aedbc26e48dba002b128
mozjpeg
/
java
/
org
/
libjpegturbo
/
turbojpeg
History
DRC
ff3d754f29
Wordsmithing
2013-08-23 06:38:59 +00:00
..
TJ.java
Wordsmithing
2013-08-23 06:38:59 +00:00
TJCompressor.java
Wordsmithing
2013-08-23 06:38:59 +00:00
TJCustomFilter.java
Add CMYK support to the TurboJPEG Java API & clean up a few things in the C API
2013-08-23 04:45:43 +00:00
TJDecompressor.java
Wordsmithing
2013-08-23 06:38:59 +00:00
TJLoader.java.in
Move the TurboJPEG DLLs back into the system directory on Windows platforms. For Windows, it doesn't really simplify the build system to install these libraries in c:\libjpeg-turbo*, and it introduces potential problems with loading the JNI library. Specifically, if a user linked their Java app against the 64-bit libjpeg-turbo SDK and then used a 32-bit JVM at run time, they would not be able to load the 32-bit turbojpeg.dll without manipulating java.library.path or the PATH environment (and vice versa for building against the 32-bit libjpeg-turbo SDK and using a 64-bit JVM at run time.)
2013-04-24 05:26:42 +00:00
TJLoader.java.tmpl
In order to avoid a functional regression with previous releases, the JAR file needs to be able to load either the 64-bit or 32-bit JNI library on Un*x systems.
2013-04-24 06:21:24 +00:00
TJScalingFactor.java
Code formatting tweaks
2013-04-27 12:38:20 +00:00
TJTransform.java
Code formatting tweaks
2013-04-27 12:38:20 +00:00
TJTransformer.java
Code formatting tweaks
2013-04-27 12:38:20 +00:00