summaryrefslogtreecommitdiff
path: root/graphics/ruby-image_size
AgeCommit message (Collapse)AuthorFilesLines
2021-11-23graphics/ruby-image_size: update to 3.0.1taca3-7/+21
3.0.1 (2021-10-21) * Fix reading file chunks starting after EOF and reading chunks non-consecutively toy/image_optim_rails#12 @toy 3.0.0 (2021-10-17) * Read only required chunks of data for files and seekable IOs @toy * Raise FormatError whenever reading data returns less data than expected #12 @toy * Add w/width and h/height accessors to Size @toy
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2021-08-31graphics/ruby-image_size: update to 2.1.2taca3-9/+11
2.1.1 (2021-07-04) * Add actual license texts, assuming old dual Ruby/GPLv2 license #14 @toy 2.1.2 (2021-08-21) * Fix for pcx on big endian systems by forcing reading dimensions in little endian byte order #15 #16 @mtasaka
2020-09-14graphics/ruby-image_size: update to 2.1.0taca3-17/+26
Update ruby-image_sizepackage to 2.1.0. 2.1.0 (2020-08-09) * Add handling of JPEG 2000: part 1 (jp2), part 2 (jpx) and codestream (j2c) #13 @toy * Correct handling of pam images and cleanup handling of Netpbm images (pbm, pgm, pnm) @toy
2019-09-18graphics/ruby-image_size: add package version 2.0.2taca4-0/+60
Add ruby-image_size package version 2.0.2. Measure image size using pure Ruby. formats: apng, bmp, cur, gif, jpeg, ico, mng, pbm, pcx, pgm, png, ppm, psd, swf, tiff, xbm, xpm, webp.