Tagged Questions
0
votes
1answer
202 views
no encode delegate for this image format @ error/constitute.c/WriteImage/1153
I'm using Paperclip, ImagMagick, Rmagick, Amazon-s3
I'm getting this error when getting an image from url and after custom resizing image replacing the changed image to amazon.
...
0
votes
2answers
363 views
Unable to save file to Amazon S3 when using carrierwave
SEE UPDATE BELOW!
I am having problems after I upload an image file to Amazon S3 and then try to save the file.
I use direct_fog_url(with_path: true) to get the the url of the image uploaded. I ...
1
vote
0answers
276 views
right_aws and RMagick/mini_magick: cant create Image object out of image grabbed from s3
I am trying to grab an image from amazon s3, do some stuff with Rmagick, and upload the image back to s3. I am attempting to do this with right_aws and RMagick/mini_magick. So far i havent had any ...
0
votes
2answers
299 views
Cannot write Image object returned from RMagick gem append method to Amazon S3
I am reading three images using the RMagick gem and then adding them to an ImageList
imagelist = ImageList.new
imagelist << Image.read(path1)[0]
imagelist << Image.read(path2)[0]
...
0
votes
1answer
639 views
Image manipulation Rails Carrierwave to Amazon S3
I am uploading images using jquery upload to Amazon s3, I am using Ruby Gems carrierwave and fog to make it work... But what I am trying to do is when I upload an image to s3, the image generated by ...
2
votes
2answers
2k views
Rails: Carrierwave recreate versions does not change old images
My Rails app uses carrierwave to manage image uploads. I have a watermark version of the images on my site. Previously I was overlaying an image on them, like so:
def watermark
manipulate! do ...
2
votes
2answers
525 views
simple text to image solution for rails
Before I start rolling my own using Rmagick I though i'd ask as this is probably a quite common use case. I have a few hundred email addresses which I would like to display to the user for each entry ...