Nested modules are not what they seem. In this post, Rishi talks about the scope among nested variables. Here's an Ah-ha! moment for you!
Category: General
Learning to Fly – Internship story
This is the unedited version of Ankit's internship story at Josh for 2 months. We have posted it "as is". We hope this helps others understand what internship at Josh is like, the culture and the values - @gautamrege Introduction This is a list of activities carried out during 8 week full-time internship at the … Continue reading Learning to Fly – Internship story
ImageMagick: Now Watermarking Images Has Been Easier!
Protecting your photos and images with watermarking using imagemagick is pretty cool. Aditya talks about watermarking images using text and images with various effects like composite, dissolve and watermark. Nice, comprehensive post! A good read.
Watermarking images is a breeze with ImageMagick. ImageMagick is a very handy tool to manipulate images from the command-line. It is free and is available on all major platforms.You can use text or another image to watermark your images with ImageMagick. The ‘rmagick‘ gem is a Ruby library to interact with ImageMagick.
I recently had to watermark images in one of my Rails projects. This was pretty critical as some of the customers were using these images without paying for them. Images were generated using ‘pdf2image‘ and not uploaded by the client. So we had to do this with Ruby.
We wanted the watermark to occupy a large part of the image, look pleasant without actually becoming overbearing. We tried both alternatives text and image before choosing to watermark with the client’s logo.
There are many ways to watermark images with either text or another image using ImageMagick’s ‘convert’ tool and command…
View original post 464 more words
