Releases: symisc/sod
Releases · symisc/sod
SOD 1.1.9 Release
Release (1.1.9) | Changelog
- Introducing dozens of brand new advanced image Processing Routines:
- Gaussian Blur via sod_gaussian_blur_image().
- Sepia Tone (filter) via sod_image_sepia_filter().
- RGB Masking via sod_img_mask_to_rgb().
- Image Censoring via sod_censor_image().
- Image Saturation via sod_saturate_image() & sod_saturate_exposure_image().
- Image Hue via sod_hue_image().
- Image Constrain via sod_constrain_image().
- Image Exposure via sod_exposure_image().
- Image Distortion via sod_distort_image() & sod_random_distort_image().
- Box Blur Filter via sod_box_blur_image().
- Introducing the sNullVfs Virtual File System for restricted embedded devices when the OS_OTHER compile-time directive is defined.
- Introducing the SOD_NO_MMAP compile-time directive for restricted embedded devices lacking memory mapping.
- Introducing the SOD_DISABLE_REALNET compile-time directive to completely omit Real-Nets from the build similar to SOD_DISABLE_CNN.
- Fixed unbounded write of sscanf() (Github Pull Request by Mingjie Shen).
- Highly experimental Tiny-Dream (Stable Diffusion) Inference backed by SOD.
March 2020 Fix Update
Changelog: https://sod.pixlab.io/changelog.html
Download Page: https://pixlab.io/downloads
HomePage: https://sod.pixlab.io/
Release 1.1.8
- Pre-trained models: https://pixlab.io/downloads
- Official documentation: https://sod.pixlab.io/api.html
- Project homepage: https://sod.pixlab.io