---
title: "App Development – Blog"
description: "Blog posts about App Development from the IMG.LY team."
url: "https://img.ly/blog/tag/app-development/"
type: "index"
---

> This is the markdown version of [App Development – Blog](https://img.ly/blog/tag/app-development/). For all pages in one file, see [llms-full.txt](https://img.ly/llms-full.txt). For an index of all available pages, see [llms.txt](https://img.ly/llms.txt).

---

Every IMG.LY blog post tagged **App Development**, newest first.

- [CE.SDK v1.44 Release Notes](https://img.ly/blog/creative-editor-sdk-v-1-44-0-release-notes.md): Create dynamic content with ease – with multiple clips per track for video editing. Customize your Android Editor with Canvas UI to match your workflow.
- [CE.SDK v1.33 Release Notes](https://img.ly/blog/creative-editor-sdk-v-1-33-0-release-notes.md): Explore new mobile design and photo editor configurations, plugins for UI customization, voiceover capabilities, and more.
- [Designing A Timeline For Mobile Video Editing](https://img.ly/blog/designing-a-timeline-for-mobile-video-editing.md): When we brought our desktop-class video editing capabilities to iOS, we learned some interesting lessons along the way. In this article, we’ll share the key user experience learnings from our design and development process.
- [Background Removal in the Browser Using ONNX Runtime with WebGPU](https://img.ly/blog/browser-background-removal-using-onnx-runtime-webgpu.md): Achieve 20x Faster Background Removal in the Browser
- [Unleash Creativity with CE.SDK’s New Plugin System](https://img.ly/blog/img-ly-sdk-plugin-system.md): Teaser: Our new Plugin System empowers customization and creativity with one-click features, smart design tools, and generative AI.
- [CE.SDK v1.25 Release Notes](https://img.ly/blog/creative-editor-sdk-v-1-25-0-release-notes.md): Recolor images, such as T-shirt mockups, remove green screen backgrounds, and preview audio directly in your app.
- [CE.SDK v1.19 Release Notes](https://img.ly/blog/creative-editor-sdk-v1-19-release-notes.md): Explore unified editing of your graphic blocks, new showcases, and an exciting announcement for video!
- [CE.SDK v1.17 Release Notes](https://img.ly/blog/creative-editor-sdk-v_1_17_0-release-notes.md): Discover more about our new WebP Support, Seamless Android Video Capture, and Editing!
- [CE.SDK v1.16 Release Notes](https://img.ly/blog/creative-editor-sdk-v_1_16_0-release-notes.md): Keep it colorful! This release brings CMYK and color library support. We also enhanced web touch gestures. Find out more.
- [CE.SDK v1.14 Release Notes](https://img.ly/blog/creative-editor-sdk-v_1_14_0-release-notes.md): Experience faster thumbnails for video, enhanced placeholders, macOS support, and more!
- [IMG.LY Announces Open Source JavaScript Library for In-Browser Background Removal](https://img.ly/blog/announcing-imgly-background-removal.md): Seamlessly remove backgrounds in-browser with ease. Empower your creativity and protect data privacy. Learn how!
- [IMG.LY Partners with Soundstripe to Infuse Video Editing with Epic Royalty-Free Music & SFX](https://img.ly/blog/img-ly-partners-with-soundstripe.md): Elevated storytelling and captivating viewers is everything: unlock the ultimate video editing experience with this integration.
- [CE.SDK v1.11 Release](https://img.ly/blog/creative-editor-sdk-v_1_11_0-release-notes.md): Elevate your editing game with new features: Cutout Lines for Stickers and Shapes, Advanced Text Settings, and more. Discover the possibilities now!
- [IMG.LY Partners with Getty Images to Revolutionize Image Integration](https://img.ly/blog/getty-images-partnership.md): Discover Getty Images Library SDK - the easy-to-use toolkit that integrates image search, licensing, and editing for efficient content creation.
- [How To Resize Images in Flutter](https://img.ly/blog/how-to-resize-images-in-flutter.md): Keep it light: resize your application images in Flutter.
- [How to Crop and Trim Videos in Flutter](https://img.ly/blog/how-to-crop-and-trim-videos-in-flutter.md): Create your own video app in Flutter with the free-to-use and open source solution FFmpeg.
- [How to Remove Backgrounds Using Core ML](https://img.ly/blog/how-to-remove-backgrounds-using-coreml.md): Bring background removal and replacement to your iOS application.
- [PE.SDK and VE.SDK 10 for Android and 11 for iOS Release](https://img.ly/blog/photo-editor-video-editor-sdk-v_10-11-release-notes.md): This major update brings Background Removal and more to PhotoEditor SDK and VideoEditor SDK.
- [How To Apply Image Filters in WebGL](https://img.ly/blog/how-to-add-image-filters-in-webgl.md): Learn everything you need to get started with kernel-based image filters in WebGL.
- [CE.SDK v1.4.0 Release](https://img.ly/blog/ce-sdk-v140-release.md): Enhance your user experience with an improved library system, easy UI translation and more.
- [How to Make Videos from Still Images with AVFoundation and Swift](https://img.ly/blog/how-to-make-videos-from-still-images-with-avfoundation-and-swift.md): Convert still images into video files with two strategies.
- [May the Force Trim be with you: A New Feature in VE.SDK](https://img.ly/blog/new-force-trim-function-for-videoeditor-sdk.md): Set the minimum and maximum duration of videos with our latest update.
- [How to Add a Watermark to an Image in JavaScript](https://img.ly/blog/how-to-add-watermark-javascript.md): Create watermarks in Vanilla JavaScript and with watermarkjs!
- [How to Add a Filter to a Video Stream in iOS](https://img.ly/blog/how-to-add-a-filter-to-a-video-stream-in-ios.md): Applying stunning filters to videos requires different methods than applying them to files in iOS. Find out how!
- [How To Add Text to Video in Swift](https://img.ly/blog/add-text-to-video-in-swift.md): Use Swift and AVMutableVideoComposition to add a text overlay to a video clip!
- [How To Pixelate an Image in JavaScript](https://img.ly/blog/how-to-pixelate-an-image-in-javascript.md): Pixelate an image in Vanilla JavaScript without any libraries – with the <canvas> element!
- [How to Apply Custom Image Filters Using HTML5 Canvas in JavaScript](https://img.ly/blog/how-to-apply-filters-in-javascript.md): Apply custom filters in JavaScript without external libraries – with the <canvas> element!
- [How to Trim and Crop Video in Swift](https://img.ly/blog/trim-and-crop-video-in-swift.md): Learn how to use Swift and AVKit to crop a video clip and trim a video timeline.
- [How to Create Image Filters for iOS](https://img.ly/blog/how-to-create-image-filters-in-ios.md): Write a custom `CIFilter` in Metal and Swift, usable in any CoreImage pipeline.
- [How to Draw on an Image With JavaScript](https://img.ly/blog/how-to-draw-on-an-image-with-javascript.md): Easily implement a brush to draw on an image in JavaScript, without using any external library!
- [How To Resize an Image in React](https://img.ly/blog/how-to-resize-an-image-in-react.md): Quickly resize an image with the `react-image-file-resizer` React library.
- [How To Resize an Image With JavaScript](https://img.ly/blog/how-to-resize-an-image-with-javascript.md): Today, you will learn how to resize an image in JavaScript, without using any external library. Thanks to the HTML <canvas> element, this is reasonably easy. Let's go!
- [How To Crop an Image in React](https://img.ly/blog/how-to-crop-an-image-in-react-with-react-image-crop.md): In this article, you will learn to crop an image in JavaScript. Specifically, you will see how to achieve this goal with the react-image-crop React library.
- [Video Composition and Audio Support for VE.SDK](https://img.ly/blog/video-composition-audio-support.md): Level up your application – VideoEditor SDK now comes with Video Composition tools and options to adjust and add Audio.
- [Cordova: A plugin made for JavaScript developers](https://img.ly/blog/cordova-plugin.md): Integrating third-party libraries requires either native platform experience or a time-consuming learning curve. To set you on a smoother path, we are introducing a new Cordova plugin that integrates our native iOS and Android SDK for you!
- [A Photo and Video Editor for React Native Apps](https://img.ly/blog/a-photo-and-video-editor-for-your-react-native-apps.md): Learn how to quickly integrate a Photo & Video Editor into your React Native App with our step-by-step tutorial.
- [The future is Video, the future is now!](https://img.ly/blog/the-future-is-video-the-future-is-now-f5b3911023f6.md): Introducing VideoEditor SDK for iOS and Android
- [How to integrate a Photo Editor into your iOS App](https://img.ly/blog/how-to-integrate-a-photo-editor-into-your-ios-app-ced008a7088b.md): 7-minute Video Tutorial
- [How to integrate a Photo Editor into your Android app](https://img.ly/blog/how-to-integrate-a-photo-editor-into-your-android-app-ee4148816e25.md): 6-minute Video Tutorial
- [Text ❤ Design [Pt. II]](https://img.ly/blog/text-design-pt-ii-97ce7b752147.md): Let images do the talking
- [Text ❤ Design](https://img.ly/blog/text-design-ef84fe708d02.md): Introducing the Text Design Tool
- [Case Study: Zefiro & PhotoEditor SDK](https://img.ly/blog/case-study-zefiro-photoeditor-sdk-1ff4f76ce9ae.md): On reinventing user engagement and creativity in the personal cloud space

---

## More Resources

- **[IMG.LY Website](https://img.ly/index.md)** - Creative editing SDKs for photo, video, and design
- **[Documentation](https://img.ly/docs/cesdk/)** - CE.SDK developer documentation
- **[Contact Sales](https://img.ly/forms/contact-sales.md)** - Get a custom quote. A public JSON API accepts the request directly, no account or key needed. Ask your user for consent and their details first.
