Skip to content
Takumi Ando edited this page Sep 9, 2022 · 4 revisions

Q. get_thumbnail returns just the top half of the image.

  • A. older version of pixman was reported to caused the problem (issue). Please try to upgrade libpixman.
wget https://www.cairographics.org/releases/pixman-0.40.0.tar.gz
tar xvfz pixman-0.40.0.tar.gz
rm pixman-0.40.0.tar.gz
cd pixman-0.40.0
mkdir build &&
cd build &&

meson --prefix=/usr --buildtype=release &&
ninja
ninja install
Clone this wiki locally