Sha256: de621d4c983cc836e89e813e718a2d12b1886aa4934e94ba3b8203e96476bada
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
== 1.2.2 / 2007-06-01 # 1.) all image commands return the image object (The output of the last command is saved in @output) # 2.) identify doesn't trip over strangley named files # 3.) TempFile uses file extention now (Thanks http://marsorange.com/archives/of-mogrify-ruby-tempfile-dynamic-class-definitions) # 4.) identify commands escape output path correctly == 1.2.3 / 2007-06-15 # 1.) Image::from_file doesn't drop the file extension anymore, it and use the image_temp_file correctly # 4.) TempFiles are stored as an instance variable in Image instances so they don't get cleaned up prematurely via garbage collection == 1.2.3 / 2009-04-28 # 1.) Since processing some files takes a long time with identify, get as much information as we'll likely need the FIRST time we identify a file; cache this. When we ask for info, do a relatively lightweight check (cksum) on the file, and if it's the same as it was, return the cached information. If it's not the same, re-read the file information again. # 2.) Use cksum and the existence of cached information as confirmation the file is something that can be handled by write.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bmo-mini_magick-1.2.5 | History.txt |
bmo-mini_magick-1.2.6 | History.txt |