202406 « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 » 202408 Image::Imlib2のソースImlib2.xsに少し変更を加えてビルド&インストールし直せばいい。 # vi lib/Image/Imlib2.xs で、MODULE = Image::Imlib2 PACKAGE = Image::Imlib2 PREFIX= Imlib2_ の下辺りに↓を追加。void Imlib2_get_data(image) Image::Imlib2 image PROTOTYPE: $ PPCODE: { DATA32 *blob; int width; int height; imlib_context_set_image(image); width