Hi, I have a issue to create thumbnail of uploaded image without using any libraries like paperclip or any other.. I can''t find any solutions which create thumbnail without using any libraries.. Any one have a solutions then please send me asap. Thanks. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/kZtgecRG-zoJ. For more options, visit https://groups.google.com/groups/opt_out.
On 17 August 2012 07:45, harshad <harshad-neH//8vQLKEFoECaAgFIynS5uNuOjpZe@public.gmane.org> wrote:> Hi, > > I have a issue to create thumbnail of uploaded image without using any > libraries like paperclip or any other..Why not?> > I can''t find any solutions which create thumbnail without using any > libraries.. > > Any one have a solutions then please send me asap.Look at the code of paperclip or whatever library would do it for you (but apparently you cannot use). Then re-write the code yourself using the same techniques. Seems like a waste of time to me however. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
I use an imaging sdk which can create thumbnails found on the internet . Install it and it becomes a selectable processing option.Then you can create thumbnails in your image in any program at all, including Adobe Acrobat . Just open the images, select thumbnail,and follow the setps given in the sdk, the task will be finished in several seconds. if you haven''t found a good choice , you can have a try. best wishes.http://www.rasteredge.com/how-to/vb-net-imaging/thumbnail-creating/ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/54785490294864667a85c820446d52b9%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.