suite
@ -63,82 +63,7 @@ class ImageUploader < CarrierWave::Uploader::Base
|
||||
process :resize_to_fill => [250, 250]
|
||||
end
|
||||
|
||||
version :secure do
|
||||
process :resize_to_limit => [1000, 800]
|
||||
#process :convert => 'png'
|
||||
process :watermark
|
||||
|
||||
def store_dir
|
||||
"public_medias/secure/#{model.id}"
|
||||
end
|
||||
|
||||
def filename
|
||||
"#{model.token_s}.#{file.extension}"# if original_filename.present?
|
||||
end
|
||||
|
||||
def full_filename (for_file = model.file.file)
|
||||
"secure_#{model.token_s}"+File.extname(for_file).to_s
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
version :secure_thumb do
|
||||
process :resize_to_fit => [250, 300]
|
||||
|
||||
def store_dir
|
||||
"public_medias/secure/#{model.id}"
|
||||
end
|
||||
|
||||
def filename
|
||||
"#{model.token_s}.#{file.extension}" if original_filename.present?
|
||||
end
|
||||
|
||||
def full_filename (for_file = model.file.file)
|
||||
"secure_thumb_#{model.token_s}"+File.extname(for_file).to_s
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
version :square_secure_thumb do
|
||||
process :resize_to_fill => [250, 250]
|
||||
|
||||
def store_dir
|
||||
"public_medias/secure/#{model.id}"
|
||||
end
|
||||
|
||||
def filename
|
||||
"#{model.token_s}.#{file.extension}" if original_filename.present?
|
||||
end
|
||||
|
||||
def full_filename (for_file = model.file.file)
|
||||
"square_secure_thumb_#{model.token_s}"+File.extname(for_file).to_s
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
def watermark
|
||||
manipulate! do |img|
|
||||
logo = Magick::Image.read("#{Rails.root}/watermark.png").first
|
||||
puts img.rows
|
||||
puts img.columns
|
||||
#watermark = logo.resize_to_fit(img.columns * 0.4, img.rows * 0.25)
|
||||
if img.columns >= 1000 or img.rows >= 800
|
||||
watermark = logo.resize_to_fit(220, 220)
|
||||
else
|
||||
watermark = logo.resize_to_fit(img.columns * 0.4, img.rows * 0.25)
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
#img = img.composite(watermark, Magick::SouthEastGravity, (watermark.columns*-0.4), 10, Magick::OverCompositeOp)
|
||||
img = img.composite(watermark, Magick::SouthWestGravity,Magick::OverCompositeOp)
|
||||
|
||||
|
||||
#img = img.dissolve(watermark, 0.4, 1, Magick::CenterGravity)
|
||||
#img = img.watermark(watermark, 0.1,0.1, Magick::CenterGravity)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
48510
log/development.log
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 234 KiB |
Before Width: | Height: | Size: 234 KiB |
Before Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 234 KiB |
Before Width: | Height: | Size: 234 KiB |
Before Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 1.0 KiB |