Created
October 12, 2011 18:34
-
-
Save zeffii/1282112 to your computer and use it in GitHub Desktop.
Displaying a raster image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="resource"> | |
<img width="260" height="399" src="/path/imagename.extention" id="imaginename" class="hidden"> | |
</div> | |
// next thing to try is access this rasterized image. | |
// like with : http://paperjs.org/tutorials/images/working-with-rasters/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment