<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Releases – IMG.LY Blog</title><description>Posts tagged Releases on the IMG.LY blog.</description><link>https://img.ly/blog/tag/releases/</link><language>en-us</language><image><url>https://img.ly/apple-touch-icon.png</url><title>Releases – IMG.LY Blog</title><link>https://img.ly/blog/tag/releases/</link></image><atom:link href="https://img.ly/blog/tag/releases/rss.xml" rel="self" type="application/rss+xml"/><generator>Astro</generator><lastBuildDate>Fri, 19 Jun 2026 11:26:06 GMT</lastBuildDate><ttl>60</ttl><item><title>CreativeEditor SDK now Supports Flutter on iOS &amp; Android</title><link>https://img.ly/blog/creativeeditor-sdk-now-supports-flutter-mobile/</link><guid isPermaLink="true">https://img.ly/blog/creativeeditor-sdk-now-supports-flutter-mobile/</guid><description>Integrate video, design, and photo editing capabilities with our new Flutter plugin for CE.SDK.</description><pubDate>Wed, 11 Sep 2024 09:16:19 GMT</pubDate><content:encoded>&lt;p&gt;We’re excited to introduce our new official &lt;a href=&quot;https://pub.dev/packages/imgly_editor&quot;&gt;&lt;code&gt;imgly_editor&lt;/code&gt; Flutter plugin&lt;/a&gt;, bringing the CreativeEditor SDK to the Flutter ecosystem for iOS and Android!&lt;/p&gt;
&lt;p&gt;Our CreativeEditor SDK empowers developers to seamlessly integrate design, video, and photo editing capabilities into their applications. Over the past few months, we’ve been laser-focused on enhancing our mobile editor solutions—refining existing features and expanding to new use cases, like the &lt;a href=&quot;https://img.ly/demos/video-ui/ios/&quot;&gt;Video Editor&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To make our CreativeEditor SDK accessible to even more developers, we’re expanding our platform lineup to include mobile cross-platform frameworks.&lt;/p&gt;
&lt;p&gt;We’re kicking off with one of the leading cross-platform mobile development frameworks, bringing you a Flutter integration for both iOS and Android.&lt;/p&gt;
&lt;p&gt;Checkout our &lt;a href=&quot;https://github.com/imgly/cesdk-flutter-examples/tree/main&quot;&gt;Flutter Showcases app on GitHub&lt;/a&gt; and test the integration yourself or follow our guide to learn how to integrate IMG.LY’s &lt;a href=&quot;https://img.ly/blog/a-modern-video-editor-sdk-for-your-flutter-app/&quot;&gt;video editor for Flutter&lt;/a&gt; into your app.&lt;/p&gt;
&lt;h2 id=&quot;getting-started&quot;&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;Using the CreativeEditor SDK in Flutter is as easy as pie. First, gather your essentials: your license from our dashboard and the asset you wish to edit (if applicable).&lt;/p&gt;
&lt;p&gt;Then, call the &lt;code&gt;IMGLYEditor.openEditor&lt;/code&gt; function and start creating:&lt;/p&gt;
&lt;pre class=&quot;astro-code github-dark&quot; tabindex=&quot;0&quot; data-language=&quot;dart&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &quot;package:imgly_editor/imgly_editor.dart&quot;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;final&lt;/span&gt;&lt;span&gt; settings &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; EditorSettings&lt;/span&gt;&lt;span&gt;(license&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &quot;YOUR_LICENSE&quot;&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;final&lt;/span&gt;&lt;span&gt; result &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; await&lt;/span&gt;&lt;span&gt; IMGLYEditor&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;openEditor&lt;/span&gt;&lt;span&gt;(settings&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; settings);&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&quot;editor-ui-presets&quot;&gt;Editor UI Presets&lt;/h2&gt;
&lt;p&gt;&lt;img alt=&quot;Flutter Editor UI Presets&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; sizes=&quot;(min-width: 1600px) 1600px, 100vw&quot; data-astro-image=&quot;constrained&quot; data-astro-image-pos=&quot;center&quot; width=&quot;1600&quot; height=&quot;1150&quot; src=&quot;https://img.ly/_astro/flutter-editor-presets_2nHS6m.webp&quot; srcset=&quot;/_astro/flutter-editor-presets_XE3XP.webp 640w, /_astro/flutter-editor-presets_1hsiNq.webp 750w, /_astro/flutter-editor-presets_1oFzKm.webp 828w, /_astro/flutter-editor-presets_Z1c6wTL.webp 1080w, /_astro/flutter-editor-presets_4D3BL.webp 1280w, /_astro/flutter-editor-presets_2nHS6m.webp 1600w&quot;&gt;&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;imgly_editor&lt;/code&gt; Flutter plugin is built on top of our native editor solutions, enabling you to use our existing iOS and Android editor UI variants supporting a broad range of use cases. At launch, you can choose between:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://img.ly/docs/cesdk/flutter/prebuilt-solutions/design-editor-9bf041/&quot;&gt;Design Editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://img.ly/docs/cesdk/flutter/prebuilt-solutions/photo-editor-42ccb2/&quot;&gt;Photo Editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://img.ly/docs/cesdk/flutter/prebuilt-solutions/t-shirt-designer-02b48f/&quot;&gt;Apparel Editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://img.ly/docs/cesdk/flutter/prebuilt-solutions/postcard-editor-61e1f6/&quot;&gt;Postcard Editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://img.ly/docs/cesdk/flutter/prebuilt-solutions/video-editor-9e533a/&quot;&gt;Video Editor&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Simply specify the editor variant when opening the editor:&lt;/p&gt;
&lt;pre class=&quot;astro-code github-dark&quot; tabindex=&quot;0&quot; data-language=&quot;dart&quot;&gt;&lt;code&gt;&lt;span class=&quot;line&quot;&gt;&lt;span&gt;import&lt;/span&gt;&lt;span&gt; &apos;package:imgly_editor/imgly_editor&apos;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;/// Open the editor from an existing editor configuration.&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;///&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;/// Choose between &lt;/span&gt;&lt;span&gt;[EditorPreset.video]&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;[EditorPreset.image]&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;/// &lt;/span&gt;&lt;span&gt;[EditorPreset.design]&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;[EditorPreset.postcard]&lt;/span&gt;&lt;span&gt; and&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;/// &lt;/span&gt;&lt;span&gt;[EditorPreset.apparel]&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;const&lt;/span&gt;&lt;span&gt; preset &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; EditorPreset&lt;/span&gt;&lt;span&gt;.video;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;final&lt;/span&gt;&lt;span&gt; settings &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; EditorSettings&lt;/span&gt;&lt;span&gt;(license&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &quot;YOUR_LICENSE&quot;&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;line&quot;&gt;&lt;span&gt;final&lt;/span&gt;&lt;span&gt; result &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; await&lt;/span&gt;&lt;span&gt; IMGLYEditor&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;openEditor&lt;/span&gt;&lt;span&gt;(preset&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; preset, settings&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; settings);&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Additionally to our existing editor variants, you can also create your own editor variant to suit your particular use case using our native api. Please refer to &lt;a href=&quot;https://img.ly/docs/cesdk/flutter/configuration-2c1c3d/&quot;&gt;our documentation&lt;/a&gt; on further information.&lt;/p&gt;
&lt;h2 id=&quot;the-only-truly-cross-platform-sdk&quot;&gt;The Only Truly Cross Platform SDK&lt;/h2&gt;
&lt;p&gt;Since you are using Flutter, you probably care about time to market, reduced learning overhead for your dev team and cross platform feature parity and consistency. &lt;a href=&quot;https://IMG.LY&quot;&gt;IMG.LY&lt;/a&gt;’s SDK design is guided by those same objectives. It is built atop a single creative engine that is portable to any platform. Whether iOS, Android, Desktop, or the Web, every platform uses the same underlying tech.&lt;/p&gt;
&lt;p&gt;That means:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;iOS and Android make use of the same underlying API.&lt;/li&gt;
&lt;li&gt;Cross platform feature parity is baked into the cake. Since core functionality is implemented at the engine level, features are guaranteed to be available on both platform, although the timeline might differ somewhat.&lt;/li&gt;
&lt;li&gt;Designs are 100% interoperable and consistent between platforms. Exporting and importing design files across platforms works seamlessly and final renderings are guaranteed to be consistent.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;fully-customizable-ui&quot;&gt;Fully Customizable UI&lt;/h2&gt;
&lt;p&gt;The Flutter plugin provides choices for &lt;strong&gt;theming&lt;/strong&gt;, &lt;strong&gt;styling color palettes&lt;/strong&gt;, and &lt;strong&gt;callbacks&lt;/strong&gt; to hook into editor events.&lt;/p&gt;
&lt;p&gt;We have designed the Flutter plugin to be adaptable to match your brand and use case specific requirements. Soon the plugin will also support more advanced customization options such as the ability to &lt;strong&gt;activate or deactivate features by default.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Check out our documentation for more information on &lt;a href=&quot;https://img.ly/docs/cesdk/flutter/prebuilt-solutions-d0ed07/&quot;&gt;opening a specific editor variant&lt;/a&gt; and &lt;a href=&quot;https://img.ly/docs/cesdk/flutter/configuration-2c1c3d/&quot;&gt;customize the editor to your needs&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&quot;whats-next&quot;&gt;What’s Next?&lt;/h2&gt;
&lt;p&gt;To showcase what the new plugin can do, we’ve prepared a public example application you can explore on &lt;a href=&quot;https://github.com/imgly/cesdk-flutter-examples&quot;&gt;GitHub&lt;/a&gt;. Additionally, our &lt;a href=&quot;https://img.ly/docs/cesdk/flutter/get-started/overview-e18f40/&quot;&gt;documentation&lt;/a&gt; offers all the details you need to get started. And of course, you can head to our &lt;a href=&quot;https://pub.dev/packages/imgly_editor&quot;&gt;imgly_editor pub.dev page&lt;/a&gt; to begin integrating the Creative Editor into your app. Remember to grab your license from our homepage and let our editor unlock the creative potential of your users.&lt;/p&gt;
&lt;h3 id=&quot;are-you-looking-for-react-native&quot;&gt;Are you Looking for React Native?&lt;/h3&gt;
&lt;p&gt;For those awaiting a React Native release, we have great news: &lt;strong&gt;React Native support (iOS &amp;#x26; Android) is up next!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Stay tuned for more updates, and please &lt;a href=&quot;https://img.ly/forms/contact-sales/&quot;&gt;reach out&lt;/a&gt; if you have any questions. Thank you for reading.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Over 3,000 creative professionals gain early access to our new features, demos, and updates—don’t miss out, and&lt;/strong&gt; &lt;a href=&quot;https://share.hsforms.com/1IgAOV1wASXGPnFG4ZPLejg1hk3i&quot;&gt;&lt;strong&gt;subscribe&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;to our newsletter.&lt;/strong&gt;&lt;/p&gt;</content:encoded><dc:creator>Leon</dc:creator><media:content url="https://blog.img.ly/2024/08/flutter-photo-video-design-editor-sdk-s.png" medium="image"/><category>Flutter</category><category>CE.SDK</category><category>Releases</category><category>Company</category></item><item><title>CE.SDK v1.13 Release Notes</title><link>https://img.ly/blog/creative-editor-sdk-v_1_13_0-release-notes/</link><guid isPermaLink="true">https://img.ly/blog/creative-editor-sdk-v_1_13_0-release-notes/</guid><description>Control time and duration of your visuals in videos, enjoy enhanced group and selection behavior, and fine-tune your editor with this new configuration.</description><pubDate>Wed, 19 Jul 2023 13:08:50 GMT</pubDate><content:encoded>&lt;p&gt;Since &lt;a href=&quot;https://img.ly/blog/creative-editor-sdk-v_1_12_0-release-notes/&quot;&gt;our last release&lt;/a&gt;, we’ve been busy crafting new features and enhancements to empower your creative editing journey. Moreover, we have changed the configuration of CreativeEngine and CreativeEditor SDK to make it more versatile. We are excited to announce that CE.SDK v1.13 is now available!&lt;/p&gt;
&lt;h3 id=&quot;enhance-video-composition-duration-and-time-offset-control&quot;&gt;Enhance Video Composition: Duration and Time Offset Control&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Interfaces:&lt;/strong&gt; API&lt;br&gt;
&lt;strong&gt;Platforms:&lt;/strong&gt; All&lt;/p&gt;
&lt;p&gt;&lt;video src=&quot;https://storage.googleapis.com/imgly-static-assets/static/blog/videos/cesdk-113/api-CESDK-time_offset-duration-control.mp4&quot; controls autoplay muted loop playsinline&gt;&lt;/video&gt;&lt;/p&gt;
&lt;p&gt;Whether you want to add a captivating video overlay or include background music, the possibilities are endless. What’s included:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Time Offset and Duration control&lt;/strong&gt;: Give each block a specific time offset and duration, allowing them to appear and disappear at desired intervals. For example, you can overlay a sticker on your video for a brief moment, creating eye-catching effects.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;API integration&lt;/strong&gt;: Currently, this feature can be controlled via API, providing flexibility and control for advanced customization.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We are thrilled to announce that this engaging feature will soon be available across all our user interfaces. Learn how to configure video and audio in &lt;a href=&quot;https://img.ly/docs/cesdk/js/create-video/control-daba54/&quot;&gt;documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;elevate-ios-video-experience-with-more-codecs&quot;&gt;Elevate iOS Video Experience with More Codecs&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Interfaces:&lt;/strong&gt; Touch UI&lt;br&gt;
&lt;strong&gt;Platforms:&lt;/strong&gt; iOS&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;H265_codec_iOS.jpg&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; sizes=&quot;(min-width: 1480px) 1480px, 100vw&quot; data-astro-image=&quot;constrained&quot; data-astro-image-pos=&quot;center&quot; width=&quot;1480&quot; height=&quot;643&quot; src=&quot;https://img.ly/_astro/H265_codec_iOS_Z1tRq7A.webp&quot; srcset=&quot;/_astro/H265_codec_iOS_S68en.webp 640w, /_astro/H265_codec_iOS_ZTxBw2.webp 750w, /_astro/H265_codec_iOS_Z2mPwLz.webp 828w, /_astro/H265_codec_iOS_2feqxY.webp 1080w, /_astro/H265_codec_iOS_nb0dc.webp 1280w, /_astro/H265_codec_iOS_Z1tRq7A.webp 1480w&quot;&gt;&lt;/p&gt;
&lt;p&gt;With CE.SDK’s H.265 support for iOS, you can deliver high-quality video playback on iOS devices while enjoying the benefits of improved video compression and reduced file sizes. Enhance your users’ experience with faster video streaming, enhanced storage efficiency, and exceptional visual quality.&lt;/p&gt;
&lt;h3 id=&quot;easily-select-blocks-in-complex-designs&quot;&gt;Easily Select Blocks in Complex Designs&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Interfaces:&lt;/strong&gt; Default UI, Studio UI, Touch UI, API&lt;br&gt;
&lt;strong&gt;Platforms:&lt;/strong&gt; All&lt;/p&gt;
&lt;p&gt;&lt;video src=&quot;https://storage.googleapis.com/imgly-static-assets/static/blog/videos/cesdk-113/improved-selection-behavior-SDK.mp4&quot; controls autoplay muted loop playsinline&gt;&lt;/video&gt;&lt;/p&gt;
&lt;p&gt;Selecting blocks in complex designs can be tedious and time-consuming. But with our refined selection behavior, we’ve made it effortless. With this enhancement, you can now effortlessly select and interact with elements in your designs, even in the most intricate compositions. Our advanced algorithm considers the shape of the block and the transparency of the fill, ensuring precise and intuitive selections.&lt;/p&gt;
&lt;h3 id=&quot;simplify-group-interaction-and-enhance-mobile-usability&quot;&gt;Simplify Group Interaction and Enhance Mobile Usability&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Interfaces:&lt;/strong&gt; Default UI, Studio UI, Touch UI&lt;br&gt;
&lt;strong&gt;Platforms:&lt;/strong&gt; All&lt;/p&gt;
&lt;p&gt;&lt;video src=&quot;https://storage.googleapis.com/imgly-static-assets/static/blog/videos/cesdk-113/improved-group-selection-SDK.mp4&quot; controls autoplay muted loop playsinline&gt;&lt;/video&gt;&lt;/p&gt;
&lt;p&gt;Simplify the management and editing of groups in your designs with our latest enhancements. Experience a seamless workflow on both desktop and mobile devices, as you navigate and manipulate group elements. With clear hover-states and selection visualizations, group relationships become more apparent, allowing for precise editing and arrangement of elements. Your users can achieve the perfect composition for their designs with ease.&lt;/p&gt;
&lt;h3 id=&quot;configure-via-api&quot;&gt;Configure via API&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Interfaces:&lt;/strong&gt; All&lt;br&gt;
&lt;strong&gt;Platforms:&lt;/strong&gt; Web&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; sizes=&quot;(min-width: 1480px) 1480px, 100vw&quot; data-astro-image=&quot;constrained&quot; data-astro-image-pos=&quot;center&quot; width=&quot;1480&quot; height=&quot;643&quot; src=&quot;https://img.ly/_astro/Configure-API_Z1LvD3K.webp&quot; srcset=&quot;/_astro/Configure-API_Z2nxFW3.webp 640w, /_astro/Configure-API_Z50lxV.webp 750w, /_astro/Configure-API_ZPoKdQ.webp 828w, /_astro/Configure-API_Z1s7cFk.webp 1080w, /_astro/Configure-API_Z1BNUmx.webp 1280w, /_astro/Configure-API_Z1LvD3K.webp 1480w&quot;&gt;&lt;/p&gt;
&lt;p&gt;We’re thrilled to introduce a more versatile approach to configuring the engine with our latest update. Now, you have the power to fine-tune every aspect of the engine’s settings using comprehensive API calls. This enhanced configurability empowers you to customize your editor precisely according to your requirements. Embrace the flexibility and control to create an editing experience that aligns perfectly with your vision. Learn more about the changes in detail and &lt;a href=&quot;https://img.ly/docs/cesdk/js/upgrade-4f8715/&quot;&gt;how to migrate to CE.SDK v1.13&lt;/a&gt; in our documentation.&lt;/p&gt;
&lt;h3 id=&quot;outlook-easily-remove-backgrounds-in-your-browser&quot;&gt;Outlook: Easily Remove Backgrounds in Your Browser&lt;/h3&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; sizes=&quot;(min-width: 1480px) 1480px, 100vw&quot; data-astro-image=&quot;constrained&quot; data-astro-image-pos=&quot;center&quot; width=&quot;1480&quot; height=&quot;643&quot; src=&quot;https://img.ly/_astro/background-remove-open-source_Bj8MG.webp&quot; srcset=&quot;/_astro/background-remove-open-source_Z1H7IwS.webp 640w, /_astro/background-remove-open-source_17jp8H.webp 750w, /_astro/background-remove-open-source_1z2S8x.webp 828w, /_astro/background-remove-open-source_26oJjY.webp 1080w, /_astro/background-remove-open-source_1lQr3P.webp 1280w, /_astro/background-remove-open-source_Bj8MG.webp 1480w&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.npmjs.com/package/@imgly/background-removal&quot;&gt;@imgly/background-removal&lt;/a&gt; is a powerful open-source JavaScript library that allows seamlessly background removal of images directly in the browser. With its unique features and capabilities, this package offers enhanced productivity, cost-efficiency, and data privacy while achieving stunning results. &lt;a href=&quot;https://img.ly/demos/background-removal/web/&quot;&gt;Try it out&lt;/a&gt; in our background removal showcase. This highly requested feature will soon be available within CE.SDK&lt;/p&gt;
&lt;p&gt;Thank you for reading! Never miss out on updates and &lt;a href=&quot;https://share.hsforms.com/1IgAOV1wASXGPnFG4ZPLejg1hk3i&quot;&gt;subscribe&lt;/a&gt; to our newsletter.&lt;/p&gt;</content:encoded><dc:creator>Neslihan</dc:creator><media:content url="https://blog.img.ly/2023/07/creative_editor_sdk-whitelabel-video-editor.jpg" medium="image"/><category>Release Notes</category><category>Releases</category><category>Time Offset</category><category>Video Editing</category><category>Web Development</category></item><item><title>CE.SDK v1.8.0 Release</title><link>https://img.ly/blog/creative-editor-sdk-v_1_8_0-release-notes/</link><guid isPermaLink="true">https://img.ly/blog/creative-editor-sdk-v_1_8_0-release-notes/</guid><description>This release includes Node.js Platform Support, enhanced image control, and more!</description><pubDate>Tue, 18 Oct 2022 14:48:05 GMT</pubDate><content:encoded>&lt;p&gt;Since our CE.SDK &lt;a href=&quot;https://img.ly/blog/creative-editor-sdk-v_1_7_0-release-notes/?utm_source=imgly&amp;#x26;utm_medium=blog&amp;#x26;utm_campaign=releasenotes&quot;&gt;v1.7.0&lt;/a&gt; Release, we implemented more highly requested features. Today, we shine light on them. As always, we are excited to hear your feedback and suggestions to build powerful features for your application. Our &lt;a href=&quot;https://roadmap.img.ly/?utm_source=imgly&amp;#x26;utm_medium=blog&amp;#x26;utm_campaign=releasenotes&quot;&gt;Product Roadmap&lt;/a&gt; is the best place to make your case and be the first one to know of future releases.&lt;/p&gt;
&lt;p&gt;&lt;video src=&quot;https://storage.googleapis.com/imgly-static-assets/static/blog/videos/cesdk_v1-8-0-summary.mp4&quot; controls playsinline poster=&quot;https://storage.googleapis.com/imgly-static-assets/static/blog/videos/cesdk-v-1-8-0_cover.jpg&quot;&gt;&lt;/video&gt;&lt;/p&gt;
&lt;h2 id=&quot;cesdk-v180&quot;&gt;CE.SDK v1.8.0&lt;/h2&gt;
&lt;p&gt;This release includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Node.js Platform Support&lt;/li&gt;
&lt;li&gt;Common Touch Gesture Support for iOS&lt;/li&gt;
&lt;li&gt;Emoji Support ?&lt;/li&gt;
&lt;li&gt;Image Straightening in Advanced &amp;#x26; Default UI&lt;/li&gt;
&lt;li&gt;Multi Selection Rotation&lt;/li&gt;
&lt;li&gt;Outlook&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;nodejs-platform-support&quot;&gt;Node.js Platform Support&lt;/h3&gt;
&lt;p&gt;Since the release of our &lt;a href=&quot;https://www.npmjs.com/package/@cesdk/node&quot;&gt;Node Package&lt;/a&gt;, you can run a headless version of CE.SDK on the server. Now with this release, you have the full power of our Creative Engine at your fingertips, enabling you to programmatically generate images on the server or command line, render scenes created with the web SDK, and implement any creative automation workflow.&lt;/p&gt;
&lt;h3 id=&quot;common-touch-gesture-support-for-ios&quot;&gt;Common Touch Gesture Support for iOS&lt;/h3&gt;
&lt;p&gt;We know that a mobile presence and functionality is crucial for your application. If users find it difficult to complete a task or are frustrated by poor usability, they could quickly bid adieu to your app and ditch your hard work for a competitor. So with this update, we add common touch gesture to improve the editing experience on touchpads and mobile devices. This includes gestures like pinching, spreading, dragging, rotating, tap and double tapping.&lt;/p&gt;
&lt;h3 id=&quot;emoji-support&quot;&gt;Emoji Support&lt;/h3&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; sizes=&quot;(min-width: 1480px) 1480px, 100vw&quot; data-astro-image=&quot;constrained&quot; data-astro-image-pos=&quot;center&quot; width=&quot;1480&quot; height=&quot;643&quot; src=&quot;https://img.ly/_astro/Emoticon_Support_Z14LJgA.webp&quot; srcset=&quot;/_astro/Emoticon_Support_Z2sV7lX.webp 640w, /_astro/Emoticon_Support_cm4FH.webp 750w, /_astro/Emoticon_Support_Z28eEIM.webp 828w, /_astro/Emoticon_Support_Z8mMhQ.webp 1080w, /_astro/Emoticon_Support_ZB4KLI.webp 1280w, /_astro/Emoticon_Support_Z14LJgA.webp 1480w&quot;&gt;&lt;/p&gt;
&lt;p&gt;Sometimes, a party face says more than a thousand words ?: Emojis have become an essential part of modern communication and are omnipresent, especially on mobile platforms, but on desktop as well. We added Emoji rendering support for more fun edits and colorful messaging.&lt;/p&gt;
&lt;h3 id=&quot;image-straightening-in-advanced--default-ui&quot;&gt;Image Straightening in Advanced &amp;#x26; Default UI&lt;/h3&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; sizes=&quot;(min-width: 1480px) 1480px, 100vw&quot; data-astro-image=&quot;constrained&quot; data-astro-image-pos=&quot;center&quot; width=&quot;1480&quot; height=&quot;643&quot; src=&quot;https://img.ly/_astro/Image-Straighten-in-Advanced---Desktop-UI_25ivqN.webp&quot; srcset=&quot;/_astro/Image-Straighten-in-Advanced---Desktop-UI_1Ig67Y.webp 640w, /_astro/Image-Straighten-in-Advanced---Desktop-UI_dKO90.webp 750w, /_astro/Image-Straighten-in-Advanced---Desktop-UI_ZvWPQk.webp 828w, /_astro/Image-Straighten-in-Advanced---Desktop-UI_1cOROz.webp 1080w, /_astro/Image-Straighten-in-Advanced---Desktop-UI_ZSwmLh.webp 1280w, /_astro/Image-Straighten-in-Advanced---Desktop-UI_25ivqN.webp 1480w&quot;&gt;&lt;/p&gt;
&lt;p&gt;While cropping your image, you can now also straighten, flip and rotate it! This feature gives you full control over your image in one place – available in both Advanced and Default User Interfaces.&lt;/p&gt;
&lt;h3 id=&quot;multi-selection-rotation&quot;&gt;Multi Selection Rotation&lt;/h3&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; sizes=&quot;(min-width: 1480px) 1480px, 100vw&quot; data-astro-image=&quot;constrained&quot; data-astro-image-pos=&quot;center&quot; width=&quot;1480&quot; height=&quot;643&quot; src=&quot;https://img.ly/_astro/multi-selection-rotation-small_-1-_1wSd7Y.webp&quot; srcset=&quot;/_astro/multi-selection-rotation-small_-1-_p9U93.webp 640w, /_astro/multi-selection-rotation-small_-1-_KG4mg.webp 750w, /_astro/multi-selection-rotation-small_-1-_ZM2FD2.webp 828w, /_astro/multi-selection-rotation-small_-1-_ZF1y1u.webp 1080w, /_astro/multi-selection-rotation-small_-1-_qqk3f.webp 1280w, /_astro/multi-selection-rotation-small_-1-_1wSd7Y.webp 1480w&quot;&gt;&lt;/p&gt;
&lt;p&gt;For an accelerated design and editing process, the engine and user interface now allow rotating several blocks at once. To multi-rotate, simply hold your &lt;em&gt;Shift&lt;/em&gt; key while selecting the blocks you would like to move simultaneously.&lt;/p&gt;
&lt;h3 id=&quot;outlook&quot;&gt;Outlook&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Native iOS Platform Support:&lt;/strong&gt; With this feature, we will add support for developing native iOS applications with the SDK. It will come with full Swift API support and many integration examples.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Video for Web with CreativeEditor SDK:&lt;/strong&gt; Users will be able to edit and create fantastic videos based on templates in their browser with our SDK in your application soon! &lt;a href=&quot;https://photoeditorsdk.us13.list-manage.com/subscribe?u=dc9f652839dbb620d14d6d28d&amp;#x26;id=4833b9cfb6&quot;&gt;Sign up&lt;/a&gt; for &lt;strong&gt;early access&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Thanks for reading! To stay in the loop, feel free to subscribe to our &lt;a href=&quot;https://share.hsforms.com/1IgAOV1wASXGPnFG4ZPLejg1hk3i&quot;&gt;Newsletter&lt;/a&gt;.&lt;/p&gt;</content:encoded><dc:creator>Neslihan</dc:creator><media:content url="https://blog.img.ly/2022/10/creative-editor-sdk-design-editor-sdk-1-8-0-imgly.png" medium="image"/><category>Release Notes</category><category>Releases</category><category>Design Editor</category><category>Web Development</category><category>Web Application</category><category>iOS</category></item></channel></rss>