All Projects → jxnblk → Repng

jxnblk / Repng

React component to PNG converter

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Repng

Croppr.js
A vanilla JavaScript image cropper that's lightweight, awesome, and has absolutely zero dependencies.
Stars: ✭ 294 (-65.65%)
Mutual labels:  image, component
Imgproxy
Fast and secure standalone server for resizing and converting remote images
Stars: ✭ 5,688 (+564.49%)
Mutual labels:  image, png
Imaginary
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
Stars: ✭ 4,107 (+379.79%)
Mutual labels:  image, png
React Native Scalable Image
React Native Image component which scales width or height automatically to keep the original aspect ratio
Stars: ✭ 241 (-71.85%)
Mutual labels:  image, component
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (-10.98%)
Mutual labels:  image, png
Selene
A C++17 image representation, processing and I/O library.
Stars: ✭ 266 (-68.93%)
Mutual labels:  image, png
React Native Blurhash
🖼️ A library to show colorful blurry placeholders while your content loads.
Stars: ✭ 430 (-49.77%)
Mutual labels:  image, component
Image Optimizer
Easily optimize images using PHP
Stars: ✭ 2,127 (+148.48%)
Mutual labels:  image, png
Bbmetalimage
A high performance Swift library for GPU-accelerated image/video processing based on Metal.
Stars: ✭ 677 (-20.91%)
Mutual labels:  image, png
Sdwebimage
Asynchronous image downloader with cache support as a UIImageView category
Stars: ✭ 23,928 (+2695.33%)
Mutual labels:  image, png
Gulp Image
Optimize PNG, JPEG, GIF, SVG images with gulp task.
Stars: ✭ 213 (-75.12%)
Mutual labels:  image, png
Image Optimizer
Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
Stars: ✭ 785 (-8.29%)
Mutual labels:  image, png
Grunt Image
Optimize PNG, JPEG, GIF, SVG images with grunt task.
Stars: ✭ 201 (-76.52%)
Mutual labels:  image, png
Crunch
Crunch is a tool for lossy PNG image file optimization. It combines selective bit depth, color type, and color palette reduction with zopfli DEFLATE compression algorithm encoding using the pngquant and zopflipng PNG optimization tools. This approach leads to a significant file size gain relative to lossless approaches at the expense of a relatively modest decrease in image quality (see example images below).
Stars: ✭ 3,074 (+259.11%)
Mutual labels:  image, png
Silentbox
A lightbox inspired Vue.js component.
Stars: ✭ 196 (-77.1%)
Mutual labels:  image, component
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+2368.57%)
Mutual labels:  image, png
Doctron
Docker-powered html convert to pdf(html2pdf), html to image(html2image like jpeg,png),which using chrome(golang) kernel, add watermarks to pdf, convert pdf to images etc.
Stars: ✭ 141 (-83.53%)
Mutual labels:  image, png
Gimage
A PHP library for easy image handling. 🖼
Stars: ✭ 148 (-82.71%)
Mutual labels:  image, png
React Native Fit Image
Responsive image component to fit perfectly itself.
Stars: ✭ 539 (-37.03%)
Mutual labels:  image, component
Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (-8.64%)
Mutual labels:  image, png

repng

React component to PNG converter, built with Puppeteer

npm i -g repng
repng Icon.js --width 512 --height 512 --out-dir assets
Usage
  $ repng <ReactComponent>

Options
  -d --out-dir    Directory to save file to
  -f --filename   Specify a custom output filename
  -w --width      Width of image
  -h --height     Height of image
  -p --props      Props in JSON format (or path to JSON file) to pass to the React component
  -t --type       Type of output (png default) (pdf, jpeg or png)
  --css           Path to CSS file to include
  --webfont       Path to custom webfont for rendering
  --puppeteer     Options for Puppeteer in JSON format

Related

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].