Tony
Tony

Reputation: 10208

Take a snapshot of a html page using Ruby On Rails

I am working on a RoR project which have a table with a lot of link images. These images are snapshots of the linked page. The linked pages changes several times a day so it must be updated often.

Any ideas of how I can achieve that?

I think that I can have a process to generate the snapshots but it should be uploaded to Heroku in the future. I prefer a solution that is integrated with my solution (i.e. a rake task).

Any ideas?

Upvotes: 2

Views: 1054

Answers (1)

fl00r
fl00r

Reputation: 83680

You can use IMGKit to generate image and then ImageMagick or something else to resize an image

Upvotes: 5

Related Questions