Notes on fuzzing ImageMagick and GraphicsMagick
Analysis of fuzzing ImageMagick and GraphicsMagick with OSS-Fuzz, revealing hundreds of security bugs despite prior audits.
Analysis of fuzzing ImageMagick and GraphicsMagick with OSS-Fuzz, revealing hundreds of security bugs despite prior audits.
Introducing AstroImages.jl, a Julia package for visualizing astronomical images from FITS files.
Using SVG's viewBox and preserveAspectRatio attributes to crop and scale images as a fallback or alternative to CSS object-fit.
Introducing Black Out, a macOS app for easily redacting sensitive information and removing metadata from images before sharing online.
An introductory guide to the fundamental concepts of object detection, covering image gradients, HOG, and segmentation, as a precursor to deep learning methods.
A technical tutorial on creating animated GIFs from video files using Adobe Photoshop, covering import, frame selection, and timing adjustments.
A tutorial on building a .NET Core console app that uses Azure Face API to detect and blur faces in images.
Author discusses writing a Go image cropping program for Linux Voice, sharing insights on Go's features and providing code resources.
A developer shares their experience using AForge.NET to implement a 'magic color' image processing feature, detailing the filter steps and results.
A technical guide on using ImageMagick to automatically detect and remove black bars (letterboxing/pillarboxing) from video thumbnails and cover images.
A guide explaining the differences between common image and vector file formats, their features, and best use cases for design and web.
Explores algorithms for segmenting individual teeth from dental images, comparing Active Contours and Watershed transforms.
A tutorial on using Python and OpenCV to detect and count books in an image, filtering out other objects.
A tutorial on setting up a high-performance image processing service using the open-source Image Resizer library and Microsoft Azure.
A guide to saving PNG images on Windows Phone using the Cimbalino Toolkit, addressing performance and licensing issues of older libraries.
A tutorial on client-side image scaling using HTML5 Canvas and JavaScript, with a step-by-step code explanation.
Introducing a Fluent API for the ImageResizer .NET library, simplifying image transformation requests with a clean, expressive syntax.
Explains a bug in WPF's Clipboard.GetImage method and provides a workaround to correctly paste images from the clipboard by manually handling DIB format.