-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Raphael Kim edited this page Mar 28, 2017
·
5 revisions
- fl_imgtk is a shorten word for "FLTK image toolkit".
- You can change many things to do on Fl_RGB_Image.
- Currently supports these:
- Flipping images
- Rotating images in any degree with minimal pixel modulating.
- Rescale(or resize) in many filters: nearest, bicubic, lanczos, B-Splie.
- Tone mapping (HDRi) for Drago and Reinhard
- Kernel matrix filters
- Draws Fl_Widget to Fl_RGB_Image easily.
- Make blurred Fl_Widget image to Fl_RGB_Image as you can use in background blurred image for beautiful GUI.
- My C++ code designed to get maximize optimized by compiler level with many options.
- But without compiler power, ther's no fastest way now.
- Recommend to use OpenMP (is availed) and Fast-Math with AVX architecture( Intel and AMD x86 base )
- MIT License, yeah !
- Some algorithms from FreeImage3 library
- Desinged for FLTK, and it follows FLTK License.
"fl_imgtk" copyrighted by Raphael Kim, (C)2017 ... 2023