FixImage Documentation
Back to summary
ChangeLog
Version 0.5 (2022/03/14):
- Added initial support for loading of SVG images
- Updated for API change in fixscript_lock_array
- Fixed handling of overflow for internal reference counts
Version 0.4 (2021/10/03):
- Added fiximage_create to C API
- Adjusted for new symbol representation in tokens
Version 0.3 (2021/05/12):
- Added fiximage_get_core_count to C API
- Added functions for getting X and Y in Rect
- Fixed color conversion functions to be public
Version 0.2 (2020/04/20):
- Added draw_image function
- Added batched rendering for faster and more efficient drawing
- Added functions for conversion between HSV/HSL and RGB color representations
- Added type identification for images with attached data on native side
- Added get_clip_rect function to Painter
- Renamed C functions to start with fiximage prefix
- Renamed get_advance to get_char_advance in Font
Version 0.1 (2019/12/26):