0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allowed for general convert commands More... over 14 years ago
Fixed encoder since identify returns a symbol for format, and a couple of spec tweaks More... over 14 years ago
Moved HashWithCssStyleKeys into its own file More... over 14 years ago
Used shared generator specs More... over 14 years ago
slightly more succinct More... over 14 years ago
unable_to_handle / Shell command failing are different things - these are handled now in image_magick_utils More... over 14 years ago
ImageMagickUtils#identify does the appropriate type-conversion between the identify command and ruby objects More... over 14 years ago
ImageMagick analyser specs weren't being run (as they were shared) - shared common ones between imagemagick and rmagick More... over 14 years ago
Used shared specs again and got rid of duplicated file More... over 14 years ago
Deleted duplicate files More... over 14 years ago
Merge branch 'imagemagick' of https://github.com/refinerycms/dragonfly into refinerycms-imagemagick More... over 14 years ago
Ensured the file data store always gives a unique uid. There was a problem where if a file with the same name was stored, then deleted, then stored again on the same day, the original was still being returned from the cache, because the uid hadn't changed More... over 14 years ago
Added S3DataStore not using filesystem test and fixed another IOError closed stream due to S3 closing the tempfile's yielded file, not the tempfile itself More... over 14 years ago
DRY up the logic by embedding the conditional inside the string. More... over 14 years ago
As we are calling crop inside resize_and_crop we shouldn't pre-convert the gravity because that gets done in crop and was subsequently being ignored resulting in no gravity being applied. More... over 14 years ago
Merge branch 'master' into imagemagick More... over 14 years ago
Support ::ActionDispatch::Http::UploadedFile for Rails >= 3.0.2. Closes GH-36 More... over 14 years ago
Merge remote branch 'htp/master' into imagemagick More... over 14 years ago
ImageMagick encoder and generator cleanup. More... over 14 years ago
Made `rake spec` work again. More... over 14 years ago
Swallowing stderr output to keep ImageMagickAnalyser specs running cleanly. More... over 14 years ago
Bumped docs and default configs from RMagick to ImageMagick. More... over 14 years ago
Merge remote branch 'htp/master' into imagemagick More... over 14 years ago
Bumped the easy Rails config from RMagick to ImageMagick. More... over 14 years ago
Fixed text rendering. More... over 14 years ago
Nearly-working ImageMagick everything. More... over 14 years ago
Added inital ImageMagickGenerator and tests. Only does plasma for now. More... over 14 years ago
Added ImageMagickEncoder and tests. More... over 14 years ago
Added a dubious-quality ImageMagickAnalyser. Passes tests, but could use some cleanup. More... over 14 years ago
Minor tweak to ImageMagickProcessor to stay in-style with code found elsewhere. More... over 14 years ago