Tag: ImageMagick
-
Removing Exif Data To Resolve IOS Issues
Related to my last post, I had a bug to fix. The images looked rotate 90 degrees locally, so I used Imagemagick’s convert command to rotate them 90 degrees. They looked right locally, and on the sight when viewed in chrome. However, iOS was showing the images over-rotated by 90 degrees. It turns out after […]
-
Resizing Images in Bulk
I help maintain a site for a craft business. One of the challenges is multiple sizes of images for new stock each year. I used to go through and resize each image manually with a program like Gimp. I finally got smart and installed ImageMagick. With a Rakefile, I can pass each image into the […]