I recently integrated Kropper into a RoR application. A fundamental flaw in the upload-save-crop-save process used by Kropper is that attachment_fu automatically scales down the image on first save to :resize_to dimensions. After the subsequent crop-which may result in a significant drop in resolution-the image is scaled back up to :resize_to dimensions: an ugly lossy operation. The attachment_fu_skip_resize plugin gives attachment_fu the ability to temporarily bypass resizing of the full-size original image, thus allowing your final cropped photos to be of the highest quality as possible. It''s a quick monkeypatch. Hope someone finds it useful :) Links/Instructions: http://www.prestonlee.com/archives/147 Preston --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hello, 2007/10/2, Preston Lee <conmotto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> It''s a quick monkeypatch. Hope someone finds it useful :) > > Links/Instructions: http://www.prestonlee.com/archives/147Yes, I do! But I can''t load your plugin, your ssl server seems to have a broken certificate :( Do you have another download link? Beate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
It''s not actually broken.. just self signed. The public URL is.. https://svn.openrain.com/opensource/public/rails/plugins/ attachment_fu_skip_resize/ Coincidentally, I gave a presentation yesterday night to the Phoenix Rails group on this stuff: attachment_fu, Kropper, attachment_fu_skip_resize, Rmagick, and what we''re doing with it all for the face-based searching the computation services behind (upcoming) Mugr.com. Slides and audio links are available on my blog, here.. http://prestonlee.com/archives/149 The audio is featured as Rubyology Podcast #48. On Oct 15, 2007, at 2:01 PM, Beate Paland wrote:> > Hello, > > 2007/10/2, Preston Lee <conmotto-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>: > >> It''s a quick monkeypatch. Hope someone finds it useful :) >> >> Links/Instructions: http://www.prestonlee.com/archives/147 > > Yes, I do! But I can''t load your plugin, your ssl server seems to have > a broken certificate :( > > Do you have another download link? > > Beate > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---