This project was bootstrapped with [Create Blocklet](https://github.com/blocklet/create-blocklet).
OptiPNG wrapper that makes it seamlessly available as a local dependency
gifsicle wrapper that makes it seamlessly available as a local dependency
cwebp wrapper that makes it seamlessly available as a local dependency
Turn any flavor of allowable package.json bin into a normalized object
jpegtran (part of libjpeg-turbo) bin-wrapper that makes it seamlessly available as a local dependency
`pngquant` wrapper that makes it seamlessly available as a local dependency
mozjpeg wrapper that makes it seamlessly available as a local dependency
JavaScript package binary linker
Get your PATH prepended with locally installed binaries
Command-line for qr-image
pngout wrapper that makes it seamlessly available as a local dependency
Regular expression for matching a shebang line
Check if a binary is working
Get the PATH environment variable key cross-platform
A max rectangle 2d bin packer for packing glyphs or images into multiple sprite-sheet/atlas
Binary wrapper that makes your programs seamlessly available as local dependencies
Simple help and sanity checks for Node CLI bin scripts
Binary wrapper that makes your programs seamlessly available as local dependencies
get dimensions of any image file
🚇 Hermes bytecode compiler for Metro.
Rules for consistent, readable, and valid package.json files. 🗂️
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
Run a lifecycle script for a package (descendant of npm-lifecycle)
A library binarize images by manual threshold and otsu's method
Image binding for rust
OpenHarmony's image binding for rust
Statically compiled bins to make image_optim work on Linux x86_64 or Heroku
Uses KMeans clustering and the L*A*B* colorspace to extract "approximate human vision" dominant colors from an image. Optionally, use Euclidean Distance to map those dominant colors into preferred "color bins" for a search index facet-by-color solution.
Malline is a full-featured template system designed to be a replacement for ERB views in Rails or any other framework. It also includes standalone bin/malline to compile Malline templates to XML in commandline. All Malline templates are pure Ruby, see http://www.malline.org/ for more info. See documentation on http://www.malline.org/ Copyright © 2007,2008 Riku Palomäki, riku@palomaki.fi Malline is released under GNU Lesser General Public License. Example Rails template file images.html.mn: xhtml do _render :partial => 'head' body do div.images! "There are some images:" do images.each do |im| a(:href => img_path(im)) { img :src => im.url } span.caption im.caption end _"No more images" end div.footer! { _render :partial => 'footer' } end end
Graphviz wrapper for Ruby. This can be used as a common library, a rails plugin and a command line tool. == FEATURES/PROBLEMS: GraphvizR is graphviz adapter for Ruby, and it can: * generate a graphviz dot file, * generate an image file by means of utilizing graphviz, * interprete rdot file and generate an image file, * and, generate a graph image file in rails application as a rails plugin. == SYNOPSYS: === Command Line: bin/graphviz_r sample/record.rdot === In Your Code: This ruby code: gvr = GraphvizR.new 'sample' gvr.graph [:label => 'example', :size => '1.5, 2.5'] gvr.beta [:shape => :box] gvr.alpha >> gvr.beta (gvr.beta >> gvr.delta) [:label => 'label1'] gvr.delta >> gvr.gamma gvr.to_dot replies the dot code: digraph sample { graph [label = "example", size = "1.5, 2.5"]; beta [shape = box]; alpha -> beta; beta -> delta [label = "label1"]; delta -> gamma; } To know more detail, please see test/test_graphviz_r.rb === On Rails : <b>use _render :rdot_ in controller</b> def show_graph render :rdot do graph [:size => '1.5, 2.5'] node [:shape => :record] node1 [:label => "<p_left> left|<p_center>center|<p_right> right"] node2 [:label => "left|center|right"] node1 >> node2 node1(:p_left) >> node2 node2 >> node1(:p_center) (node2 >> node1(:p_right)) [:label => 'record'] end end <b>use rdot view template</b> class RdotGenController < ApplicationController def index @label1 = "<p_left> left|<p_center>center|<p_right> right" @label2 = "left|center|right" end end # view/rdot_gen/index.rdot graph [:size => '1.5, 2.5'] node [:shape => :record] node1 [:label => @label1] node2 [:label => @label2] node1 >> node2 node1(:p_left) >> node2 node2 >> node1(:p_center) (node2 >> node1(:p_right)) [:label => 'record'] == DEPENDENCIES: * Graphviz (http://www.graphviz.org) == TODO: == INSTALL: * sudo gem install graphviz_r * if you want to use this in ruby on rails * script/plugin install http://technohippy.net/svn/repos/graphviz_r/trunk/vendor/plugins/rdot == LICENSE: (The MIT License)
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.