Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
photopea authored Mar 1, 2019
1 parent f7aeb71 commit cbbd247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ If you are not a programmer, you can use TIFF images directly inside the `<img>`
...
<img src="image.tif" /> <img src="dog.tif" /> ...
```
And UTIF.js will do the rest. Internally, an Image elements will be replaced by a Canvas elements. The attributes "id", "class" and "style" will be copied from the original Image to the new Canvas. Use CSS to style such images.

And UTIF.js will do the rest. Internally, the "src" attribute of the image will be replaced with a new URI of the image (base64-encoded PNG).

## Encoding TIFF images

Expand Down

0 comments on commit cbbd247

Please sign in to comment.