Tag

ImageMagick

0 views collected around this technical thread.

JD Tech
JD Tech
Aug 29, 2018 · Operations

ImageMagick Command‑Line Guide: Installation, Basic Commands, Formats and Practical Examples

This tutorial explains how to install ImageMagick, use its core command‑line tools such as magick, convert, identify, mogrify and composite, format image resize commands, add watermarks, generate captchas, clone and append images, convert between GIF, PDF and other formats, and integrate the tool with Node.js scripts.

ImageMagickNode.jscommand-line
0 likes · 19 min read
ImageMagick Command‑Line Guide: Installation, Basic Commands, Formats and Practical Examples
Tencent Music Tech Team
Tencent Music Tech Team
Feb 2, 2018 · Backend Development

Generating Long Event Images for QQ Music Albums: Front‑end and Server‑side Solutions, Pitfalls and Optimizations

To quickly create shareable long‑event images for QQ Music albums, the team evaluated client‑side DOM‑to‑image tools (html2canvas and SVG) that suffered from blur, incompleteness, slow rendering and oversized base64 data, then migrated rendering to the server using PhantomJS, node‑canvas and ultimately ImageMagick, whose combined script execution, mpc caching, and Q8 build provided the most balanced quality‑performance solution despite remaining operational quirks.

ImageMagickPerformancePhantomJS
0 likes · 15 min read
Generating Long Event Images for QQ Music Albums: Front‑end and Server‑side Solutions, Pitfalls and Optimizations
Qunar Tech Salon
Qunar Tech Salon
Aug 1, 2015 · Backend Development

Best Practices for Image Thumbnail Processing and URL Design Using ImageMagick

This article shares practical guidelines for generating high‑quality image thumbnails with ImageMagick, optimizing URL structures, and organizing file storage to improve web performance and reduce bandwidth consumption.

Image OptimizationImageMagickPerformance
0 likes · 6 min read
Best Practices for Image Thumbnail Processing and URL Design Using ImageMagick
Qunar Tech Salon
Qunar Tech Salon
Jul 31, 2015 · Frontend Development

Web Footer Image Optimization with ImageMagick: Principles, Commands, and Traffic Savings

This article explains how to reduce web page load time and bandwidth by applying lossless compression and format conversion to footer images using ImageMagick, provides practical command examples for Linux, macOS, and Windows, and quantifies the potential traffic savings.

Image OptimizationImageMagickcommand-line
0 likes · 6 min read
Web Footer Image Optimization with ImageMagick: Principles, Commands, and Traffic Savings
Qunar Tech Salon
Qunar Tech Salon
May 27, 2015 · Fundamentals

Understanding RGB vs CMYK and Converting CMYK JPEG to RGB with ImageMagick

The article explains why CMYK JPEG images fail in Internet Explorer, contrasts CMYK with RGB color models, and provides ImageMagick commands to convert CMYK images to RGB for proper web display across browsers.

CMYKColor spaceImageMagick
0 likes · 3 min read
Understanding RGB vs CMYK and Converting CMYK JPEG to RGB with ImageMagick