gtk-scaling-image: Generic GTK image scaling helpers for haskell-gi

[ bsd3, graphics, library ] [ Propose Tags ] [ Report a vulnerability ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), gi-cairo-connector (>=0.1 && <0.2), gi-cairo-render (>=0.1 && <0.2), gi-gdk3 (>=3.0 && <3.1), gi-gdkpixbuf (>=2.0.16 && <2.1), gi-gtk3 (>=3.0 && <3.1), hslogger (>=1.2 && <1.4) [details]
License BSD-3-Clause
Copyright Ivan Malison
Author Ivan Malison
Maintainer IvanMalison@gmail.com
Uploaded by eyevanmalicesun at 2026-03-06T05:07:41Z
Category Graphics
Home page https://github.com/taffybar/gtk-scaling-image#readme
Bug tracker https://github.com/taffybar/gtk-scaling-image/issues
Source repo head: git clone https://github.com/taffybar/gtk-scaling-image
Distributions
Downloads 1 total (1 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for gtk-scaling-image-0.1.0.0

[back to package description]

gtk-scaling-image

gtk-scaling-image provides generic GTK image sizing helpers for Haskell GI applications. It includes:

  • aspect-ratio-preserving pixbuf scaling to a target size
  • CSS-aware border and padding measurement helpers
  • a draw-based auto-fill image widget that scales to allocation without Gtk.Image resize feedback loops

This package was extracted from the shared image widget code used by taffybar and gtk-sni-tray.