Skip to content

Commit

Permalink
Add notes file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 19, 2016
1 parent cf22d55 commit db31cea
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ appveyor.yml$
^[^/]+\.(gif|png|jpg|jpeg|pdf|tiff|svg)$
^img$
^README\.Rmd$
^notes.md$
26 changes: 26 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Installing:
- Windows: from CRAN
- From source: --with-fontconfig --with-srvg

IO
- image_read: disk, url, memory (image) or bitmap array
- image_info
- image_write
- image_browse
- as.raster()
- Preview with RStudio viewer

Transformations

Effects


STL:
- Layers / Animation
-


Much more:
- Convert to/from traditional raster formats
- Implement a magick graphics device
- Documentation/vignettes

0 comments on commit db31cea

Please sign in to comment.