gdk-pixbuf

gdk-pixbuf

GdkPixbuf is a library that loads image data in various formats and stores it as linear buffers in memory

  • version 2.42.12-2
  • is not a group package

Dependencies

Installation

Install it by running either;

kpkg install gdk-pixbuf

or

kpkg build gdk-pixbuf

To see the difference, see The handbook

Dependency Graph

graph TD
    N0["libpng"]
    N1["shared-mime-info"]
    N2["libjpeg-turbo"]
    N3["glib"]
    N4["gdk-pixbuf"]
    style N4 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N5["libtiff"]
    N5 --> N4
    N1 --> N4
    N2 --> N4
    N2 --> N5
    N3 --> N4
    N3 --> N1
    N0 --> N4