Tobias Gerdin
Tobias Gerdin
@pmatos See for instance https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images
There may be things that can be improved upon, but sending this pull request to solicit some feedback.
I will look into the failed tests. As for the motivation, I maintain a [food blog](http://vitatummar.se/) (it's in Swedish) hence my desire for a fair amount of snazzy images (including...
I believe the remaining culprit of the failed tests is that the test server is missing ImageMagick.
As I wrote in the initial comment above I believe the 2htdp/image module does provide the needed functionality (file format support may be weaker than ImageMagick, but then again gif,...
Looks like sudo would be required to install ImageMagick. Would it be okay to flip the switch?
Resizing imaces using racket/draw is actually much faster (like 6x on my machine) compared to the _default_ ImageMagick algorithm (which is apparenty optimized for high-quality). I can't really see much...
Does it make sense to try to not `require racket/draw` it ImageMagick is available?
Given that Frog is a static site generator and I think usually invoked on the blog author's workstation I suspect there will probably be a full installation of Racket available...
So tests pass now, because they don't run if ImageMagick isn't found (in path). There is at least one thing I would like to change (indicated by the TODO in...