Skip to content

A Rails plugin to handle upload of zipped image files with some basic uncompressing and paperclip support.

Notifications You must be signed in to change notification settings

dsci/markin_messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=MarkinMessenger

MarkinMessenger is an extension for Papcerlip attached models. It provides an uncompressing function for zipfiles and 
a watermarking the zip images.  


==Example

In your model:

	class Asset < ActiveRecord::Base
	
		print_with_watermark {:zip => {:compress => :false}, :style => {:size => "200x200"}, :watermark => {:text => "Lorem ipsum"},:storage =>{:folder => "public/foobar"}
		 											:thumb => {:printover => "vorschau"}}

	end


Copyright (c) 2009 [Daniel Schmidt], released under the MIT license

About

A Rails plugin to handle upload of zipped image files with some basic uncompressing and paperclip support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages