Stephen J. Luledger.stephenjlu.com·Dec 7, 2024How I made a starry night animation with Adobe and ImageMagickIn this article, I detail a creative process for enhancing my photograph of San Diego's skyline by adding a sparkling starry night effect. This involves using Adobe Illustrator for vectorization, Adobe Photoshop for separating the sky and adding star...Discuss·38 readsanimation
Chaiweichaiwei.hashnode.dev·Dec 25, 2023Installing ImageMagick on Laravel ValetRecently, while working on one of my Laravel projects, I encountered a dependency that required ImageMagick. It was at that moment when I realised my Laravel Valet was lacking this library. Valet relies on Homebrew for PHP, and unfortunately, ImageMa...Discuss·30 readslaravel-valet
Muhamad Rizkimuriz.hashnode.dev·Sep 14, 2023How to install ImageMagick PHP extension in WindowsIn this article, I will show you step-by-step how to install ImageMagick PHP extension in Windows. Make sure you follow the steps carefully so that you can successfully install it. About ImageMagick Based on imagemagick.org, ImageMagick is a free, op...Discuss·33 readsImageMagick
Kashifblog.ifkash.dev·May 2, 2023How ImageMagick helped me create perfect product mockupsProduct mockups are a great way to showcase your designs, branding and products in a very realistic, natural and visually appealing way. Mockups help us visualize the design concepts and make decisions on colour schemes, layouts and overall aesthetic...Discuss·10 likes·2.3K readsImageMagick
Benedict Daniel Masimbanibarakadaniel.hashnode.dev·Nov 21, 2022How ImageMagick Saved a Day in My assigned ProjectIntroduction I recently had an assignment from a renowned online technical articles publisher. I was tasked with writing a practical step by step tutorial showcasing Development of a Full Stack Web application for Electronic Library Management using ...Discuss·105 readsImageMagick
Geni Jahoblog.genijaho.dev·Nov 8, 2021How to add support for HEIC images with ImageMagick in PHPApple released a new image format called HEIC/HEIF, and it broke many apps that handle image processing. The PHP library Intervention Image caught up to it and added support for the new image format, but somehow, it isn't working at the time of this ...Discuss·2.6K readsPHP