0.0
No commit activity in last 3 years
No release in over 3 years
Watermark use mini_magick.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 12.3, >= 12.3.3

Runtime

~> 4.10, >= 4.10.1
 Project Readme

nx-watermark

Watermark use mini_magick.

installation

# from gem
gem 'nx-watermark'
# from git
gem 'nx-watermark', git: 'git@github.com:afeiship/nx-watermark.git'

usage

Nx::Watermark.patch(
  source: "https://img9.doubanio.com/view/ark_article_cover/retina/public/12051836.jpg?v=0",
  watermark: "__tests__/watermark_20.png",
  dest: "__tests__/dist.png",
)

build/publish

# build
gem build nx-watermark.gemspec

# publish
gem push nx-watermark-0.1.0.gem