Yoshihiro Yamazaki

Results 4 issues of Yoshihiro Yamazaki

- dissmiss incremental malloc & uncompress try loop. - calculating accurate datalen value from lossless tag info. - fixing to (signed) int overflow & sign flip problem with 32-bit environment....

See here for the outline. https://github.com/matthiaskramm/swftools/pull/71 int = signed 32-bit environment, this might be a bad thing. ``` datalen = (width*height*bpp/8+cols*8); do { if(data) ``` `width*height*bpp => 7083 * 9744...

fixing to doc comment proto, convolveImage, morphology, filter functions. mainly, the convolveImage function argument type change in 3.4.0 is not reflected in the proto. I also fixed the morphology and...

From manual page: https://php.net/book.imagick # imagick manual https://www.php.net/manual/en/book.imagick.php - Imagick::transposeImage — Creates a vertical mirror image - Imagick::transverseImage — Creates a horizontal mirror image # ImageMagick manual https://imagemagick.org/api/magick-image.php#MagickTransposeImage - MagickTransposeImage...

Extension: Imagick