module.exports = function(priv) {
  var setter = function(image) {
    if (!utils.is.str(image)) {
      return;
    }