How To Pixelate an Image in JavaScript Pixelate an image in Vanilla JavaScript without any libraries – with the <canvas> element! Antonello Zanini 14 Oct 2021 • 5 min read
How To Record Screen Video Using ReplayKit for iOS Use Swift and ReplayKit to add screen recording to your application. Also use the new rolling clips feature introduced in iOS 15! Walter Tyree 21 Sep 2021 • 6 min read
How to Apply Custom Image Filters Using HTML5 Canvas in JavaScript Apply custom filters in JavaScript without external libraries – with the <canvas> element! Antonello Zanini 14 Sep 2021 • 8 min read
How to Trim and Crop Video in Swift Learn how to use Swift and AVKit to crop a video clip and trim a video timeline. Walter Tyree 31 Aug 2021 • 6 min read
How to Create Image Filters for iOS Write a custom `CIFilter` in Metal and Swift, usable in any CoreImage pipeline. Walter Tyree 24 Aug 2021 • 7 min read
How to Draw on an Image With JavaScript Easily implement a brush to draw on an image in JavaScript, without using any external library! Antonello Zanini 23 Aug 2021 • 7 min read
How To Resize an Image in React Quickly resize an image with the `react-image-file-resizer` React library. Antonello Zanini 30 Jul 2021 • 6 min read
How To Resize an Image With JavaScript 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! Antonello Zanini 20 Jul 2021 • 4 min read
How To Crop an Image in React 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. Antonello Zanini 28 Jun 2021 • 6 min read
Video Composition and Audio Support for VE.SDK Level up your application – VideoEditor SDK now comes with Video Composition tools and options to adjust and add Audio. Nes Dogan 8 Jun 2021 • 1 min read
A Remote Data Aggregation Pipeline to Provide Machine Learning Datasets This blog explores how we aggregate datasets remotely, keep track of already generated datasets, and download datasets from a remote server using a generalizable architecture pattern. Multiple authors 16 Apr 2021 • 11 min read
My digital journey to #nfts The Beginning In my first years as a graphic designer, my world consisted mainly of paper, books and magazines. To give you an example, my bachelor and master thesis were Vanessa Macholz 26 Mar 2021 • 5 min read
Inpainting: Removing Distracting Objects in High-Resolution Images Multiple authors 8 Dec 2020 • 10 min read
Make it pop - introducing Animated and Smart Stickers Stickers have become an essential part of digital expression and a popular feature across use cases, from marketing campaigns and social media posts to annotation. We are happy to announce our newest feature. Michael Kreider 13 Aug 2020 • 1 min read
Smart Cropping - Automatically crop images to optimal regions with deep neural networks Many websites ask you to upload images in specific aspect ratios. Smart cropping allows you to automatically find such images for any aspect ratio. It's powered by Convolutional Neural Networks, predicting the salient areas of a picture. We describe how smart cropping works and why it's important. Vivien Drescher, Leonard Papenmeier 24 Jul 2020 • 5 min read