Advanced image processing and analysis package with AI-powered enhancement.
ImageUpscaler is a versatile image processing tool designed to enhance, transform, and manipulate images with a wide range of customizable settings. The application allows users to upscale images, adjust contrast and color, apply various filters, detect faces, and more. It also supports the preservation of metadata and format conversion!
- GPU Acceleration: Automatically uses GPU if available for faster processing
- Batch Processing: Process multiple images in parallel with optimized GPU batches
- AI Enhancement: Deep learning-based image enhancement
- Advanced Filters: Noise reduction, HDR processing, smart sharpening, and more
- Metadata Preservation: Preserve image metadata during processing
- Configurable: Highly configurable via
config.json
or command-line arguments
- Upscaling: Increase the resolution of images by a specified factor
- Contrast and Color Adjustment: Adjust the contrast and color levels of images to enhance visual quality
- Watermarking: Add custom text watermarks to images at specified positions
- Format Conversion: Convert images to different formats, such as PNG, JPEG, etc.
- Cropping and Resizing: Crop images to specific dimensions and resize them to desired widths and heights
- Rotation and Flipping: Rotate images by a specified angle and flip them horizontally or vertically
- Noise Reduction: Reduce noise in images to improve clarity
- Histogram Equalization: Apply histogram equalization to enhance the contrast of images
- Filters: Apply sepia and vignette filters for artistic effects
- Face Detection: Detect faces in images and draw rectangles around them
- Background Removal: Remove the background from images to isolate the subject
- Compression: Compress images to reduce file size while maintaining quality
- Desktop Notifications: Send desktop notifications upon completion of image processing tasks
pip install -e .
imageUpscaler process --input <input_dir> --output <output_dir>
imageUpscaler analyze <image_path> --output <analysis_output.json>
imageUpscaler version
For detailed usage instructions, see USAGE.md
Edit config.json
to customize processing options, including GPU settings:
"gpu_settings": {
"enabled": true,
"batch_size": 4,
"memory_limit": 0.8,
"optimization_level": "high",
"mixed_precision": true,
"cudnn_benchmark": true,
"clear_cache_after_batch": true
}
This project is licensed under the GNU General Public License
- Aas1kk
- Email: workwithaa.sik@gmail.com
- GitHub: aa-sikkkk
We are excited to have you join us in making ImageUpscaler even better! Whether you're fixing bugs, adding new features, improving documentation, or suggesting new ideas, your contributions are welcome and appreciated.
Happy Coding!