Wacky-GIF is a small Go project that takes an image and transforms it into a wacky GIF. Using various image manipulation techniques, this tool generates a GIF with multiple frames, each showcasing a different transformation of the original image.
- Image Transformations: Applies various effects like brightness adjustment, wave effects, kaleidoscope patterns, and more.
- GIF Creation: Automatically create a GIF from the transformed frames.
- Multi-threaded: Processes transformations using Go's concurrency features.