-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
17 lines (17 loc) · 992 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: imageviewer
Title: Simple 'htmlwidgets' Image Viewer with WebGL Brightness/Contrast
Version: 0.1.0
Author: Iakov Pustilnik [aut, cre], Denis Rastegaev [aut]
Maintainer: Iakov Pustilnik <[email protected]>
URL: https://github.com/yapus/imageviewer
BugReports: https://github.com/yapus/imageviewer/issues
Authors@R: c(
person("Iakov", "Pustilnik", email = "[email protected]", role = c("aut", "cre")),
person("Denis", "Rastegaev", email = "[email protected]", role = "aut")
)
Description: Display a 2D-matrix data as a interactive zoomable gray-scale image viewer, providing tools for manual data inspection. The viewer window shows cursor guiding lines and a corresponding data slices for both axes at the current cursor position. A tool-bar allows adjusting image display brightness/contrast through WebGL filters and performing basic high-pass/low-pass filtering.
Depends: R (>= 3.4), htmlwidgets
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1