Usecases
End-To-End Image Assets Management¶
Inteliver offers a comprehensive solution for managing your organization's digital assets:
Upload and Store¶
- Easily upload images with intuitive APIs or user-friendly interfaces.
- Store images in various formats (JPG, PNG, WEBP) and resolutions, organized for easy access.
Transform and Customize¶
- Use real-time programmable media to resize, crop, rotate, and apply filters to images.
- Perform bulk transformations for consistency across large image sets.
Monitor and Analyze¶
- Track usage patterns and performance metrics.
- Manage different versions of images for change tracking and reversion.
Optimize and Deliver¶
- Use Inteliver’s CDN integration to cache images closer to users, reducing latency.
- Convert images to mobile-friendly formats and dynamically adjust compression for faster load times.
- Implement lazy loading to defer image loading until needed, improving initial page load times.
Inteliver’s end-to-end image asset management ensures your digital assets are organized, optimized, and securely managed, enhancing productivity and collaboration within your organization.
E-commerce Optimization¶
E-commerce platforms need to balance image quality with page speed. Inteliver allows you to:
- Dynamically resize and crop product images.
- Apply compression to reduce file sizes without sacrificing quality.
- Use lazy loading to defer offscreen images, enhancing page performance.
Mobile Delivery Optimization¶
Delivering high-quality images to mobile devices efficiently is crucial for providing a seamless user experience.
Inteliver's mobile delivery optimization ensures that images are resized and compressed to enhance loading times, offering up to a 20x speed improvement. Here’s how you can achieve this:
Resizing for Mobile Screens¶
- Dynamic Resizing: Automatically resize images to fit various mobile screen sizes, ensuring optimal display without compromising quality.
- Adaptive Delivery: Use responsive design principles to deliver appropriately sized images based on the device type and resolution.
Compression Techniques¶
- Format Conversion: Convert images to mobile-friendly formats like WEBP, which provide better compression and faster load times compared to traditional formats like JPG and PNG.
- Quality Adjustment: Adjust the compression quality dynamically to balance image clarity and file size, ensuring quick delivery without noticeable degradation.
CDN Integration:¶
- Edge Caching: Leverage Content Delivery Networks (CDN) to cache images closer to mobile users, reducing latency and speeding up delivery times.
- Global Distribution: Distribute images across multiple CDN nodes worldwide, ensuring fast access regardless of the user’s location.
Using Inteliver’s mobile delivery optimization improves the speed and performance of mobile services, enhancing user satisfaction and boosting engagement and conversion rates.
User-Generated Content¶
Managing user-uploaded images can be challenging. Inteliver helps by:
- Automatically applying transformations to uploaded images.
- Ensuring consistent quality and appearance.
- Reducing the need for manual intervention and processing.
Profile Picture¶
A usefull usecase is to extract profile picture automatically from user picture.
http://res.inteliver.local/media/v1/cloudname/resource.jpg

http://res.inteliver.local/media/v1/cloudname/i_c_face,i_h_200,i_w_200,i_o_crop,i_o_rcrop,i_o_format_png/resource.jpg

Face Blur¶
Another usecase is to blur faces in image to protect the privacy of public shared image data.
http://res.inteliver.local/media/v1/cloudname/resouce.jpg

http://res.inteliver.local/media/v1/cloudname/i_c_face,i_o_blur_30/resource.jpg

Note
Please visit our playground for more predefined usecases.