Site icon Filestack Blog

New Release: Transformation UI and File Picker Unified with One API Call, Improved Accessibility, and More!

Filestack Transformation UI

Exciting news, Filestack users! We’ve just released a major update that takes the Filestack File Picker and Transformation UI to new heights.

What can you expect? We’ve integrated the Transformation UI with File Picker so you can use both tools from a single interface initialized with one API call. Moreover, This release enhances the Transformation UI by adding preset image enhancements, alt text for uploads, and portrait crop options. Furthermore, we have refined the mobile user experience to make transforming your files on the go smoother than ever. Additionally, we’ve addressed identified glitches and limitations across various operating systems and browsers. Accessibility features have been enhanced, including adding alt text to uploaded files.

The result? A Filestack Transformation UI that is now more user-centric, reliable, and versatile than ever before. Get ready to unlock new levels of efficiency and creativity in your file management and transformation workflows. Read on to discover all the ways this release elevates the Filestack experience.

Add Enhance Presets To Transformation UI

For image processing, the Filestack API provides various ‘Enhance’ options.

However, these options were only accessible via manual API calls. In this release, we introduced a new ‘Enhance’ tab in the Transformation UI that lists all the available ‘Enhance’ presets. This allows users to apply these enhancements with a single click, offering real-time previews and making the transformation process more intuitive. With this update, users can now easily enhance their images with a variety of preset options, saving time and effort in achieving the desired visual effects.

This feature streamlines image processing and improves workflow efficiency. For more details, visit the Filestack API documentation.

Add Portrait Crop to Transformation UI

One of the key enhancements in this release is adding a dedicated “Portrait Crop” feature to the Filestack Transformation UI. This new functionality addresses a common pain point for users – the need to easily crop images to a standard portrait aspect ratio for use as profile pictures or social media posts.

Previously, the Transformation UI offered various crop options but lacked a preset specifically tailored for portrait-oriented images. This meant users had to manually adjust the crop area to achieve the desired 9:16 aspect ratio, which was time-consuming and often resulted in suboptimal cropping.

With the new “Portrait Crop” feature, users can now quickly and easily crop their images to the perfect dimensions for profile pictures and mobile-friendly social media posts. The preset aspect ratio ensures that the cropped image will fit seamlessly on platforms like LinkedIn, Instagram, and Facebook, without unsightly stretching or cropping.

Key Benefits:

Real-World Use Cases:

The ‘Portrait Crop’ option is now available within the existing crop features in the Transformation UI. This preset aspect ratio of 9:16 is optimized for portrait-oriented images. Users can click and drag the crop area to customize the size while maintaining the 9:16 aspect ratio. As adjustments are made, a real-time preview of the cropped image is displayed.

By introducing the “Portrait Crop” feature, Filestack is empowering users to streamline their file management and transformation workflows, while delivering a more intuitive and accessible experience across different platforms and use cases.

Integrate Transformations UI with Picker

This release introduces a significant enhancement that allows developers to initialize the Filestack Picker and Transformations UI in a single API call, with unified configuration options. This streamlined integration delivers several benefits:

How it works:

To utilize the Transformation UI for editing uploaded images, activate the “Transformations UI” plugin from the marketplace and set the transformationsUI option to true during File Picker initialization.

const apikey = "YourAPIKey"

const client = filestack.init(apikey);

const options = {

    transformationsUI: true,

};

client.picker(options).open();

 

After users upload images using the Filestack Picker, they can click the “Edit Image” button to access the Transformations UI, which offers a more comprehensive set of editing tools than the previous crop, circle, and rotate features.

Once changes are saved, users will have the option to revert changes or upload the modified image to the configured storage.

This feature ensures the integration meets the diverse needs and preferences of various users and development teams.

Improved Uploaded Images Accessibility

In addition to the seamless integration between the Transformations UI with the File Picker, this release also focuses on enhancing the accessibility of the uploaded images through the Filestack File Picker. Users can now add alternative text (alt text) while uploading image and video files, ensuring that the content is accessible to those with visual impairments.

How it works:

The Alt text will be stored alongside the file metadata, although it will not be exposed through our CDN requests at this time.

This feature ensures compliance with accessibility standards, improving the user experience for individuals using screen readers.

Why Filestack?

With Filestack, you can easily manage all your file management requirements with our powerful APIs. Whether you need to upload, transform, or deliver content, we’ve got you covered. Our adaptable infrastructure handles billions of uploads, transformations, and downloads every month, ensuring exceptional performance for users worldwide. Our mission is to provide an excellent experience for our customers and their users.

If you have not yet tried Filestack, start your free trial now.

Unlocking Productivity with Filestack’s Improved File Management Tools

This Filestack release delivers a lot of enhancements that elevate the user experience across the Filestack File Picker and Transformation UI. Key improvements include:

These updates demonstrate Filestack’s commitment to continuously refining its platform based on user feedback. The result is a more intuitive, reliable, and versatile set of file management tools that empower users to work more efficiently and creatively. With Filestack, teams can unlock new levels of productivity and deliver high-quality content across various digital channels.

Don’t miss out on these powerful new features—update your Filestack to the latest release today and experience the difference!

 

Exit mobile version