Releases: image-rs/imageproc
Releases · image-rs/imageproc
v0.26.1
Bug fixes:
- fix
compose::overlaypixel blending by @cospectrum in #754 - fix
compose::overlayboundary calculations by @cospectrum in #754 - fix
compose::replaceboundary calculations by @cospectrum in #754
v0.26.0
New features
- Add
AverageHashby @cospectrum - Add
PHashby @cospectrum in #709 - Make
hough::intersection_pointspublic by @theotherphil in #613 - Color Bilateral Filter by @ripytide in #606
- Parallel Pixel Maps by @ripytide in #602
- Add
filter_map_parallelby @ripytide in #642 - Add compose module and functions by @ripytide in #662
- Add rotation module and functions by @ripytide in #669
- Add
replace()andoverlay()functions by @ripytide in #666 - Expand
stetch_contrast()to color images also usingu8by @ripytide in #670 - Flood-fill by @tkallady in #684
- Implement Kapur's algorithm for binary thresholding (#696) by @o-tho in #699
- Add
rotate_about_center_no_cropto prevent pixel loss during image rotations by @Tikitikitikidesuka in #688
Performance improvements
Breaking changes
- Removed
filter3x3, useKernel+filter_clampedinstead - Add
deltaparameter toadaptive_thresholdby @Dantsz in #637 - Make external dependencies optional by @OrangeHoopla in #736
- MSRV v1.87 / 2024 Edition /
nalgebrav0.34 by @paolobarbolini in #748
Bug fixes
- fix
draw_filled_rectpanic for empty image by @cospectrum in #711 - fix
text_sizeby @cospectrum in #689 - rewrite
column_running_sumwith better safety by @cospectrum in #731 - Fix fast corner 9 algorithm by @LMJW in #680
- handle polygon draw case where start point equals end point by @fs-99 in #682
- Detailed error message for generic type parameter of find_contours_with_threshold (#694) by @sakird in #695
- fix integration tests by @bioinformatist in #739