Open Issues Need Help
View All on GitHub Implement gamma correction algorithm 3 months ago
AI Summary: Implement a gamma correction filter for the `img` image manipulation tool. The filter should be added to the CLI and library, using a similar approach to the existing grayscale and sepia filters. This involves creating a function that adjusts the pixel intensities based on a gamma value, and integrating it into the existing image processing pipeline.
Complexity:
3/5
good first issue
Create unit tests for mean blur 3 months ago
AI Summary: Create unit tests for the `mean_blur` function and its helper functions within the `img` Rust image processing library. This involves writing test cases to verify the correctness of the mean blur algorithm's output for various inputs and edge cases.
Complexity:
3/5
good first issue