Re: Speeding up writing to JPG file
Posted by Ryan on Jul 26, 2016; 11:14pm
URL: https://forum.jogamp.org/Speeding-up-writing-to-JPG-file-tp4036909p4036985.html
I sent an email to legal regarding open sourcing my work
3 projects
Turbojpeg patch
- Added maven pom.xml
- refactored code to maven structure
- Added bridj implementation for NIO support
Jogl-turbojpeg patch/examplecode
- Added TurboJpegEncoder, TurboJpegDecoder, TurboJpegNioEncoder, TurboJpegNioDecoder and a couple interfaces.
- Code is definitely messy as I'm rapidly iterating
- Prefer to give you guys the code and have you add it as an optional dependency/submodule but we can host it on eharmony github instead if you would rather not
image processing
- idea is to build something like GIMP where you can chain together various shaders. Currently implementing lancoz3 single pass image resizing but plan to add some other things like blur, 3d rounded edges, etc.
Will give performance numbers tomorrow on the various encoders/decoders.