All Projects â†’ Illyism â†’ favicon

Illyism / favicon

Licence: GPL-3.0 license
💥 Favicon Generator using Node.js and Imagemagick

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to favicon

slitcamera
Bash script to turn video file into slit photo
Stars: ✭ 41 (+24.24%)
Mutual labels:  imagemagick
lambda-resize-image
An AWS Lambda Function to resize images automatically with API Gateway and S3 for imagemagick tasks. When an image is called on AWS Api Gateway, this package will resize it and send it to the S3.
Stars: ✭ 56 (+69.7%)
Mutual labels:  imagemagick
magick-rust
Rust bindings for ImageMagick
Stars: ✭ 135 (+309.09%)
Mutual labels:  imagemagick
blurlock-neofetch
A standard i3lock blur screen, but now with neofetch stats overlayed
Stars: ✭ 17 (-48.48%)
Mutual labels:  imagemagick
FuzzImageMagick
Sample files for fuzzing ImageMagick
Stars: ✭ 15 (-54.55%)
Mutual labels:  imagemagick
metalsmith-convert
Convert images with imagemagick (via imagemagick-native).
Stars: ✭ 17 (-48.48%)
Mutual labels:  imagemagick
saco
A pre customized, express server for single page web apps that aims to be production ready.
Stars: ✭ 22 (-33.33%)
Mutual labels:  favicon
srcset.sh
A command line script that generates multiple responsive versions of an image at width breakpoints -- 320,480,640,768,960,1024,1280,1440 pixels wide -- that match common Mobile and widescreen desktop/laptop viewports using Imagemagick's convert utility and outputs the needed <img/> tag
Stars: ✭ 20 (-39.39%)
Mutual labels:  imagemagick
RCE-python-oneliner-payload
Python bind shell single line code for both Unix and Windows, used to find and exploit RCE (ImageMagick, Ghostscript, ...)
Stars: ✭ 23 (-30.3%)
Mutual labels:  imagemagick
converjon
An advanced image conversion server and command line tool.
Stars: ✭ 52 (+57.58%)
Mutual labels:  imagemagick
cyan
Cyan Color Converter
Stars: ✭ 68 (+106.06%)
Mutual labels:  imagemagick
MagickSlicer
Map tiles generator
Stars: ✭ 73 (+121.21%)
Mutual labels:  imagemagick
favioli
Emoji Favicons for the web. 👊🤯
Stars: ✭ 55 (+66.67%)
Mutual labels:  favicon
goverview
goverview - Get an overview of the list of URLs
Stars: ✭ 93 (+181.82%)
Mutual labels:  favicon
Dev-Tools-Magento-2-Module
A collection of utilities meant to improve the experience of developing modules for Magento without breaking existing functionality.
Stars: ✭ 18 (-45.45%)
Mutual labels:  imagemagick
RobotEyes
Image comparison for Robot Framework
Stars: ✭ 62 (+87.88%)
Mutual labels:  imagemagick
codeigniter-image-magician
🎨 An ImageMagick library for CodeIgniter.
Stars: ✭ 13 (-60.61%)
Mutual labels:  imagemagick
mozscreenshots
Take screenshots of Mozilla applications in various UI configurations
Stars: ✭ 17 (-48.48%)
Mutual labels:  imagemagick
MagickWand
Swift wrapper for ImageMagick (MagickWand) for Linux and MacOS
Stars: ✭ 38 (+15.15%)
Mutual labels:  imagemagick
giftext
Convert texts to animated gifs
Stars: ✭ 44 (+33.33%)
Mutual labels:  imagemagick


favicon generator

Icons for the web

Requirements

The server runs on Node.js. You also need NPM.

You need ImageMagick and zip installed. So this app works anywhere.

APT:

sudo apt-get install imagemagick zip

Homebrew:

brew install imagemagick zip

Chocolatey:

choco install imagemagick zip

Installation

Clone this repository and run NPM install. Then run the server using node app.

npm install
node app

Usage

The processing happens in the /tmp/ directory. Images are uploaded to /tmp/images/ and processed in /tmp/processing/, then the zip files are /tmp/zip/. After a successful download, everything is cleaned.

License

Copyright © 2014-2015 Ilias Ismanalijev

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

[tl;dr](http://www.tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)

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].