1. f546711 Implement custom filter callback in Java by DRC · 13 years ago
  2. b0428a7 Fix compiler warning by DRC · 14 years ago
  3. b2f9415 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 by DRC · 14 years ago
  4. 4f8c295 Clean up compiler warnings by DRC · 14 years ago
  5. 2c74e51 More Java API cleanup by DRC · 14 years ago
  6. 92549de Java code cleanup + Java docs by DRC · 14 years ago
  7. 16c7077 Add an option to display the output image by DRC · 14 years ago
  8. 1da67e1 If a scaled-down JPEG output image is requested, we must decompress and recompress the transformed image. by DRC · 14 years ago
  9. 7d4b001 If transforming and outputting a JPEG file, output the transformed file directly instead of decompressing/recompressing it by DRC · 14 years ago
  10. e857301 Implement lossless cropping interface in Java by DRC · 14 years ago
  11. 5528b55 Use new scaling API by DRC · 14 years ago
  12. f7f3ea4 Use consistent formatting conventions by DRC · 14 years ago
  13. 4f1580c 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 by DRC · 14 years ago
  14. 0ad78a6 Add line feed by DRC · 14 years ago
  15. 026f7ce Numerous enhancements, including using the new BufferedImage support to read/write non-JPEG files by DRC · 14 years ago
  16. 3bad53f More JNI cleanup + added unit test and fixed bugs uncovered by it by DRC · 14 years ago
  17. 36336fc Streamline Java wrapper by DRC · 14 years ago
  18. b28fc57 Make the scaling API a bit more friendly by DRC · 14 years ago
  19. e1303ef Expose TurboJPEG scaling features in Java wrapper by DRC · 14 years ago
  20. c5a4199 Restructure Java classes into their own package by DRC · 14 years ago
  21. 2413cb8 Use Java capitalization conventions by DRC · 14 years ago[Renamed (87%) from java/tjexample.java]
  22. f8e0055 Add JNI wrapper for TurboJPEG/OSS by DRC · 14 years ago