magickGUI

an R package that provides GUI tools for interactive image processing with the R package 'magick'

https://github.com/shotaochi/magickgui

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary

Keywords

gui image-processing magick r
Last synced: 6 months ago · JSON representation

Repository

an R package that provides GUI tools for interactive image processing with the R package 'magick'

Basic Info
Statistics
  • Stars: 10
  • Watchers: 2
  • Forks: 1
  • Open Issues: 2
  • Releases: 2
Topics
gui image-processing magick r
Created about 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog License

README.md

magickGUI

Build Status CRAN Version License: GPL v3 codecov

Note

magickGUI doesn't work on R 4.0.1 for Windows.

Purpose

The purpose of magickGUI is to enable us to use the functions of the package 'magick' interactively.

Installation

you can install magickGUI from CRAN or GitHub.

Run the following R code to install magickGUI. ```r

install from CRAN

install.packages("magickGUI")

install from Github

devtools::install_github("ShotaOchi/magickGUI") ```

Simple Demo

You can use image_threshold function of 'magick' interactively.

Run the following code. r library(magickGUI) interactive_threshold(wizard)

Naming Rule

Just replace "image" with "interactive".

For example, imagethreshold → interactivethreshold.

Contribution

You're welcome to create issues for any bug report or suggestion on the issues page.

You can also fork this repository and send me a pull request for bug fixes or additional features.

Owner

  • Name: Shota Ochi
  • Login: ShotaOchi
  • Kind: user
  • Location: Japan

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 196
  • Total Committers: 1
  • Avg Commits per committer: 196.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Shota Ochi s****0@g****m 196

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 3.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ajfedorec (1)
  • mahesh35 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 250 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 8
  • Total maintainers: 1
cran.r-project.org: magickGUI

GUI Tools for Interactive Image Processing with 'magick'

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 250 Last month
Rankings
Stargazers count: 19.8%
Forks count: 21.9%
Average: 28.8%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 36.9%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1.2 depends
  • magick >= 2.2 depends
  • tcltk * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 2.0.0 suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/test-coverage.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite