Tags: renowncoder/libvips
Tags
fix jpeg autorotate for orientation 3 we were not clearing the orientation tag if width and height were unaltered by the orientation change see libvips#3268 thanks zhifengzhuang
make arrayjoin much faster with large arrays arrayjoin was making a region on every input image during startup, and repeating for each thread (!!) so large arrays could be very expensive to join. Instead, make input regions on demand, and computre set of required input images rather than searching for them. See libvips#3247
Ensure EXIF is at least 4 bytes before inspection (libvips#3109)
spngsave: name ICC profiles (libvips#3068) The PNG spec requires that the iCCP chunk has a profile name with a minumum length of 1 (we use the same "icc" name as pngsave).
dzsave: improve compatibility with libgsf < 1.14.29 (libvips#3017) * Implement `GsfOutfileStdio` by ourselves * Add missing `->root` init * Fix styling * Update ChangeLog
Link the main library with `-Wl,-z,nodelete` to prevent unloading (li… …bvips#2934) See: libvips/php-vips-ext#44
PreviousNext