DRC
|
ce6f3d8cd2
|
Refactored YUVImage Java class so that it supports both unified YUV image buffers as well as separate YUV image planes; modified the JNI functions accordingly and added new helper functions to the TurboJPEG C API (tjPlaneWidth(), tjPlaneHeight(), tjPlaneSizeYUV()) to facilitate those modifications; changed potentially confusing "component width" and "component height" terms to "plane width" and "plane height" and modified variable names in turbojpeg.c to reflect this; numerous other documentation tweaks
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1360 632fc199-4ca6-4c93-a231-07263d6284db
|
2014-08-17 12:23:49 +00:00 |
|
DRC
|
9e9df11625
|
Extend the YUV decode functionality to the TurboJPEG Java API, and port the TJUnitTest modifications that treat YUV encoding/decoding as an intermediate step of the JPEG compression/decompression pipeline rather than a separate test case; Add the ability to encode YUV images from an arbitrary position in a large image buffer; Significantly refactor the handling of YUV images; numerous doc tweaks; other Java API cleanup and usability improvements
|
2014-03-16 22:56:26 +00:00 |
|
DRC
|
80d2fe24c8
|
Streamline the BufferedImage functionality in the compressor so that it works the same way as compressing a "normal" image, and deprecate the old BufferedImage methods and other redundant methods. Eliminate the use of deprecated features in the test programs.
|
2014-03-14 08:53:33 +00:00 |
|
DRC
|
aaa5ae742a
|
Code formatting tweaks
|
2013-04-27 12:38:20 +00:00 |
|
DRC
|
fc9fec465f
|
ImageIO.read() returns null if the input image type is not supported (which occurs when trying to read a PPM file), so output a friendly error instead of letting the next line throw a null pointer exception.
|
2013-01-19 06:43:27 +00:00 |
|
DRC
|
019d51d4f1
|
Add flags to the TurboJPEG API that allow the caller to force the use of either the fast or the accurate DCT/IDCT algorithms in the underlying codec.
|
2012-06-29 23:46:38 +00:00 |
|
DRC
|
f343d7332a
|
Implement custom filter callback in Java
|
2011-09-20 05:02:19 +00:00 |
|
DRC
|
9237ae5f3e
|
Fix compiler warning
|
2011-04-02 04:19:21 +00:00 |
|
DRC
|
90a42bb4d2
|
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 |
|
DRC
|
892ed7e6b4
|
Clean up compiler warnings
|
2011-03-31 10:06:17 +00:00 |
|
DRC
|
f90d1d84c7
|
More Java API cleanup
|
2011-03-16 00:02:53 +00:00 |
|
DRC
|
22faf366c3
|
Java code cleanup + Java docs
|
2011-03-15 20:52:02 +00:00 |
|
DRC
|
ac0eff91f6
|
Add an option to display the output image
|
2011-03-07 09:59:08 +00:00 |
|
DRC
|
d04c64b75a
|
If a scaled-down JPEG output image is requested, we must decompress and recompress the transformed image.
|
2011-03-07 08:21:11 +00:00 |
|
DRC
|
c5efebc394
|
If transforming and outputting a JPEG file, output the transformed file directly instead of decompressing/recompressing it
|
2011-03-04 13:40:42 +00:00 |
|
DRC
|
89d167655e
|
Implement lossless cropping interface in Java
|
2011-03-04 10:13:59 +00:00 |
|
DRC
|
b58789cb91
|
Use new scaling API
|
2011-03-01 20:43:47 +00:00 |
|
DRC
|
e701ed74c0
|
Use consistent formatting conventions
|
2011-03-01 20:03:32 +00:00 |
|
DRC
|
8755a6805a
|
Implement YUV encode/decode methods at the Java level; Remove some of the arguments from the Java API and replace with get/set methods; General API cleanup; Fix BufferedImage grayscale tests in TJUnitTest
|
2011-02-25 06:11:03 +00:00 |
|
DRC
|
2a07591e9b
|
Add line feed
|
2011-02-23 20:57:17 +00:00 |
|
DRC
|
6ce4882e2a
|
Numerous enhancements, including using the new BufferedImage support to read/write non-JPEG files
|
2011-02-23 20:51:54 +00:00 |
|
DRC
|
4802041125
|
More JNI cleanup + added unit test and fixed bugs uncovered by it
|
2011-02-23 02:20:49 +00:00 |
|
DRC
|
1a9a4d13c7
|
Streamline Java wrapper
|
2011-02-22 10:27:31 +00:00 |
|
DRC
|
38218222cd
|
Make the scaling API a bit more friendly
|
2011-02-22 06:41:29 +00:00 |
|
DRC
|
a683760d1c
|
Expose TurboJPEG scaling features in Java wrapper
|
2011-02-16 03:26:48 +00:00 |
|
DRC
|
7404770855
|
Restructure Java classes into their own package
|
2011-02-08 06:54:36 +00:00 |
|
DRC
|
b56211da74
|
Use Java capitalization conventions
|
2011-02-08 02:11:37 +00:00 |
|