Image Scaling provides an algorithm to scale down images to any size such that it preserves aspect ratio, as well as quality of images. It is a general scaling module and can be integrated with any image decoder to scale down the image because it utilizes bitmapped data for scaling down image. Images can be downscaled up to 1:16, so 2560x1920 image can be scaled down to size up to 160x120.
Features
- Supports RGB888 and RGB565 formats
- Supports gray scale images
Deliverables
- Object code
- Test wrapper to demonstrate functionality
- API documentation