{
  "_id": "6a1d66751d7bb097a0a4cc04",
  "Package": "materialmodifier",
  "Title": "Apply Photo Editing Effects",
  "Version": "1.2.0",
  "Authors@R": "person(given = \"Hiroyuki\",\nfamily = \"Tsuda\",\nrole = c(\"aut\", \"cre\"),\nemail = \"tsuda16k@gmail.com\",\ncomment = c(ORCID = \"0000-0001-9396-5327\"))",
  "Description": "You can apply image processing effects that modifies the\nperceived material properties of objects in photos, such as\ngloss, smoothness, and blemishes. This is an implementation of\nthe algorithm proposed by Boyadzhiev et al. (2015)\n\"Band-Sifting Decomposition for Image Based Material Editing\".\nDocumentation and practical tips of the package is available at\n<https://github.com/tsuda16k/materialmodifier>.",
  "URL": "https://github.com/tsuda16k/materialmodifier",
  "BugReports": "https://github.com/tsuda16k/materialmodifier/issues/",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1",
  "Config/pak/sysreqs": "libfftw3-dev libglpk-dev libicu-dev libjpeg-dev\nlibpng-dev libtiff-dev libxml2-dev libx11-dev",
  "Repository": "https://tsuda16k.r-universe.dev",
  "Date/Publication": "2023-05-21 20:29:22 UTC",
  "RemoteUrl": "https://github.com/tsuda16k/materialmodifier",
  "RemoteRef": "HEAD",
  "RemoteSha": "991e79ca6c7faee49eb3c6e64c9efb7236e06ce5",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 10:48:34 UTC",
    "User": "root"
  },
  "Author": "Hiroyuki Tsuda [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-9396-5327>)",
  "Maintainer": "Hiroyuki Tsuda <tsuda16k@gmail.com>",
  "MD5sum": "d42df191b56f7628e943d05af7505eb8",
  "_user": "tsuda16k",
  "_type": "src",
  "_file": "materialmodifier_1.2.0.tar.gz",
  "_fileid": "3bb1183527cae2e227396fe576939ced39014f8ca5fa1cd974ca3ef15448ad07",
  "_filesize": 1444128,
  "_sha256": "3bb1183527cae2e227396fe576939ced39014f8ca5fa1cd974ca3ef15448ad07",
  "_created": "2026-06-01T10:48:34.000Z",
  "_published": "2026-06-01T11:01:09.733Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78836302216,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7329550080"
    },
    {
      "job": 78836302194,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329550004"
    },
    {
      "job": 78836302192,
      "time": 84,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7329599451"
    },
    {
      "job": 78836302199,
      "time": 158,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": ""
    },
    {
      "job": 78835911878,
      "time": 149,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329509435"
    },
    {
      "job": 78836302183,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329544716"
    },
    {
      "job": 78836302200,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7329535388"
    },
    {
      "job": 78836302215,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7329533853"
    },
    {
      "job": 78836302201,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7329534525"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tsuda16k/actions/runs/26750184799",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tsuda16k/materialmodifier",
  "_commit": {
    "id": "991e79ca6c7faee49eb3c6e64c9efb7236e06ce5",
    "author": "tsuda16k <tsuda16k@gmail.com>",
    "committer": "tsuda16k <tsuda16k@gmail.com>",
    "message": "update readme\n",
    "time": 1684700962
  },
  "_maintainer": {
    "name": "Hiroyuki Tsuda",
    "email": "tsuda16k@gmail.com",
    "login": "tsuda16k",
    "description": "",
    "uuid": 64467345,
    "orcid": "0000-0001-9396-5327"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "jpeg",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "png",
      "role": "Imports"
    },
    {
      "package": "readbitmap",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "downloader",
      "role": "Imports"
    },
    {
      "package": "imager",
      "role": "Imports"
    },
    {
      "package": "moments",
      "role": "Imports"
    }
  ],
  "_owner": "tsuda16k",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "materialmodifier"
  ],
  "_stars": 4,
  "_contributors": [
    {
      "user": "tsuda16k",
      "count": 40,
      "uuid": 64467345
    }
  ],
  "_userbio": {
    "uuid": 64467345,
    "type": "user",
    "name": "tsuda16k"
  },
  "_downloads": {
    "count": 175,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/materialmodifier"
  },
  "_devurl": "https://github.com/tsuda16k/materialmodifier",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/materialmodifier.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tsuda16k/materialmodifier",
  "_realowner": "tsuda16k",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2021-04-23"
    },
    {
      "version": "1.1.0",
      "date": "2021-08-11"
    },
    {
      "version": "1.2.0",
      "date": "2023-05-19"
    }
  ],
  "_exports": [
    "%>%",
    "get_BS_energy",
    "im_load",
    "im_save",
    "modif",
    "modif_dim",
    "modif2"
  ],
  "_datasets": [
    {
      "name": "face",
      "title": "A face image.",
      "object": "face",
      "class": [
        "nimg",
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "cimg2nimg",
      "title": "cimg to nimg conversion",
      "topics": [
        "cimg2nimg"
      ]
    },
    {
      "page": "face",
      "title": "A face image.",
      "topics": [
        "face"
      ]
    },
    {
      "page": "get_BS_energy",
      "title": "Calculate the BS feature energy",
      "topics": [
        "get_BS_energy"
      ]
    },
    {
      "page": "gf_decompose",
      "title": "Scale-space decomposition by the guided filter",
      "topics": [
        "gf_decompose"
      ]
    },
    {
      "page": "gf_decompose_parts",
      "title": "Scale-space decomposition",
      "topics": [
        "gf_decompose_parts"
      ]
    },
    {
      "page": "gf_decompose_scale",
      "title": "Scale-space decomposition by the guided filter",
      "topics": [
        "gf_decompose_scale"
      ]
    },
    {
      "page": "gf_reconstruct",
      "title": "Reconstruct the original image from decomposed data",
      "topics": [
        "gf_reconstruct"
      ]
    },
    {
      "page": "im_load",
      "title": "Load image from file or URL",
      "topics": [
        "im_load"
      ]
    },
    {
      "page": "im_save",
      "title": "Save an image to disk",
      "topics": [
        "im_save"
      ]
    },
    {
      "page": "modif",
      "title": "Apply material editing effect",
      "topics": [
        "modif"
      ]
    },
    {
      "page": "modif_dim",
      "title": "Check the scale information of an image",
      "topics": [
        "modif_dim"
      ]
    },
    {
      "page": "modif2",
      "title": "Apply material editing effect (For advanced users)",
      "topics": [
        "modif2"
      ]
    },
    {
      "page": "nimg2cimg",
      "title": "nimg to cimg conversion",
      "topics": [
        "nimg2cimg"
      ]
    },
    {
      "page": "plot.nimg",
      "title": "Display an image",
      "topics": [
        "plot.nimg"
      ]
    }
  ],
  "_readme": "https://github.com/tsuda16k/materialmodifier/raw/HEAD/README.md",
  "_rundeps": [
    "bmp",
    "cli",
    "cpp11",
    "digest",
    "downloader",
    "glue",
    "igraph",
    "imager",
    "jpeg",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "moments",
    "pkgconfig",
    "png",
    "purrr",
    "Rcpp",
    "readbitmap",
    "rlang",
    "stringi",
    "stringr",
    "tiff",
    "vctrs"
  ],
  "_score": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "materialmodifier",
  "_universes": [
    "tsuda16k"
  ],
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-02T07:07:41.000Z",
      "commit": "991e79ca6c7faee49eb3c6e64c9efb7236e06ce5",
      "fileid": "1aadffdad25d9882a9f9bd839271fc9327f17018de8b273fde49a0c984901023",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tsuda16k/actions/runs/25246416969"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-06-01T10:50:38.000Z",
      "distro": "noble",
      "commit": "991e79ca6c7faee49eb3c6e64c9efb7236e06ce5",
      "fileid": "7e130916bb529965b5a77cbf88cf70899edb0a81552d45f78f4604e663e0ac55",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tsuda16k/actions/runs/26750184799"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-06-01T10:50:38.000Z",
      "distro": "noble",
      "commit": "991e79ca6c7faee49eb3c6e64c9efb7236e06ce5",
      "fileid": "069c0eb61dbc7d83631d63f9e29ac92897ff619826157a90f61405afaebfaa00",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tsuda16k/actions/runs/26750184799"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-06-01T10:53:18.000Z",
      "commit": "991e79ca6c7faee49eb3c6e64c9efb7236e06ce5",
      "fileid": "a8320c53e0d83f9e4eca94bdaac08461e6da43df01bbf27a8a19064cae009dbc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tsuda16k/actions/runs/26750184799"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-06-01T10:50:39.000Z",
      "commit": "991e79ca6c7faee49eb3c6e64c9efb7236e06ce5",
      "fileid": "a9ce4ba367f44ebd156e06e4772c7b5b7e015bb936de53743609fe15ee23ae1a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tsuda16k/actions/runs/26750184799"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-01T10:49:50.000Z",
      "commit": "991e79ca6c7faee49eb3c6e64c9efb7236e06ce5",
      "fileid": "47ca85b5a969a1ea3155c3476ed0dbc98bcc3109cd277fc3f72ca0846319d950",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tsuda16k/actions/runs/26750184799"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-01T10:49:45.000Z",
      "commit": "991e79ca6c7faee49eb3c6e64c9efb7236e06ce5",
      "fileid": "80d19aebe4ef7c239627f7c9d0f9ee3abb905c99017c7e9739efedf70f1d9732",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tsuda16k/actions/runs/26750184799"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-01T10:49:46.000Z",
      "commit": "991e79ca6c7faee49eb3c6e64c9efb7236e06ce5",
      "fileid": "eac90c942d822235d5568520384098afca7c1dfe494536414746514aaed957bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tsuda16k/actions/runs/26750184799"
    }
  ]
}