macOS
brew install hqxlocal Homebrew formula metadata
brew / rank 9571
Magnification filter designed for pixel art. Version 1.2 via Homebrew; verified from local package data. Also installable with dnf: sudo dnf install hqx.
install
brew install hqxlocal Homebrew formula metadata
sudo dnf install hqxFedora Rawhide package metadata · hqx · source: dl.fedoraproject.org
overview
Magnification filter designed for pixel art
history
hqx is a C library and command-line tool for the hq2x, hq3x, and hq4x pixel-art scaling filters. The upstream README describes hqx as a fast, high-quality magnification filter designed for pixel art.
The grom358 implementation packages Maxim Stepin's hqx pixel-art scaling family as a buildable Unix library and CLI. Its NEWS file says version 1.0 added 24-bit color support, a command-line tool using the DevIL image library, and an autotools build system.
The README explains the algorithmic shape: each source pixel is evaluated against its 3-by-3 neighborhood, color differences are calculated in YUV space, a 256-entry lookup table selects interpolation patterns, and the result preserves sharp edges better than nearest-neighbor scaling for sprites and line art.
The README ties hqx to emulator culture, naming Nestopia, bsnes, ZSNES, Snes9x, and FCE Ultra as users of the algorithm family. Homebrew and Fedora packaging make the grom358 library/CLI available outside emulator source trees.
The documented CLI usage is `hqx -s scaleBy input output`, where the scale is 2, 3, or 4. The library API exposes functions such as `hq4x_32` after `hqxInit()`, allowing applications to scale RGB bitmaps directly.
The filter is intended for images with sharp edges, such as pixel art, line graphics, and cartoon sprites, rather than photographs.
hqx matters because it packages a once-emulator-specific graphics algorithm as a reusable system library and filter command. That is exactly the sort of niche media primitive package managers keep alive: small, old-school, useful when you need it, and awkward to rederive from scratch.
Its significance is also historical: hq2x/hq3x/hq4x belong to the era when emulator authors competed to make low-resolution console graphics look acceptable on higher-resolution displays without losing pixel-art structure.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
hqx | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:hqx |
|---|---|
| Version | 1.2 |
| Package manager | Homebrew |
| Homepage | https://github.com/grom358/hqx |
| Repository | https://github.com/grom358/hqx |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
hqx 1.2-14.fc45
High quality upscaling program for pixel-art
https://github.com/grom358/hqx
sudo dnf install hqxlibhqx 1.2-14.fc45
High quality upscaling library for pixel-art
https://github.com/grom358/hqx
sudo dnf install libhqxlibhqx-devel 1.2-14.fc45
Development files for libhqx
https://github.com/grom358/hqx
sudo dnf install libhqx-develsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.