Graphics
General
See also 3D / CAD, Photography, JS scripts#Graphics, WYSIWYG
Formats
- http://dcurt.is/pixel-fitting
- http://www.pushing-pixels.org/2011/11/04/about-those-vector-icons.html
Colour
SVG
Articles
- How media queries allow you to optimize SVG icons for several sizes - Opera, Oct 12, 2009
- About those vector icons - November 4th, 2011
- SVG, Use it Already - Apr 3rd, 2012
- How to work with Scalable Vector Graphics (SVG) in HTML 5
- Creating SVG vector graphics for maximum browser compatibility - Oct 19, 2012
- SVG and Browser Support (Part 2) - using object to display png fallback for ie8
- Ways to embed a Clickable SVG-Logo into Your Website - Sep 10 2012
- http://codepen.io/adrianosmond/pen/LCogn - jul 2013 [2]
Tools
- https://github.com/RazrFalcon/svgcleaner - svgcleaner could help you to clean up your SVG files from the unnecessary data.
- canvas-svg - This is a set of related components that make canvas and SVG play together more. Notably, it allows you to save a canvas 2D context as SVG, and to have an SVG mirror of a canvas context.
- canvg is a SVG parser and renderer. It takes a URL to a SVG file or the text of an SVG file, parses it in JavaScript, and renders the result on a Canvas element. The rendering speed of the examples is about as fast as native SVG.
var c = document.getElementById('canvas'); var ctx = c.getContext('2d'); ctx.drawSvg(SVG_XML_OR_PATH_TO_SVG, dx, dy, dw, dh);
- JessyInk - a JavaScript that can be incorporated into an Inkscape SVG image containing several layers. Each layer will be converted into one slide of a presentation. Current features include: slide transitions, effects, an index sheet, a master slide and auto-texts like slide title, slide number and number of slides.
- MagicMarkup - Easily create interactive mockups in Inkscape, without adding inline JS!
- Vector Magic - Automatically convert bitmap images like JPEGs, GIFs and PNGs to the crisp, clean, scalable vector art of EPS, SVG, and PDF with the world's best auto-tracing software.
- 1x1px - Ever needed a 1x1 transparent PNG pixel?
Savage
Like Sass for SVG.
Repos
- Open Clip Art Library 2.0 (at 417M)
- Vecto2000 is a collection of high quality free Vector Art, Vector Icons, Vector Patterns and Photoshop Brushes
- http://www.vectorportal.com/
- http://www.allvectors.com/
- http://www.vecteezy.com/
- http://all-silhouettes.com/
- http://thevectorlab.com/
- http://stencils.io/ [4]
- use giraffe2svg
TIFF
JPG
Reference
- JPEGclub.org develops new JPEG features and maintains the Independent JPEG Group's (IJG) software.
Optimisation
- jpegoptim is a utility for optimizing JPEG files. It provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting a maximum quality factor.
- http://www.linuxcertif.com/man/1/jpegoptim/
- Google advises; run with the --strip-all option
- Optimizing images for web with Google Page Speed and jpegoptim - 27 June, 2009
"when your JPEG image is under 10K, it’s better to be saved as baseline JPEG (estimated 75% chance it will be smaller) for files over 10K the progressive JPEG will give you a better compression (in 94% of the cases)"
- http://calendar.perfplanet.com/2012/progressive-jpegs-a-new-best-practice/
- http://www.bookofspeed.com/chapter5.html
- Image Optimization
- http://www.smushit.com/ysmush.it/ - Yahoo optimisation service
- pngquant is a command-line utility and a library for converting 24/32-bit PNG images to paletted (8-bit) PNGs. The conversion reduces file sizes significantly (often as much as 70%) and preserves full alpha transparency. [5]
- https://blogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs/ [7]
Other
GIF
- https://github.com/ImageOptim/gifski - GIF encoder based on libimagequant (pngquant, gifquant?). Squeezes maximum possible quality from the awful GIF format.
- http://gifpow.com/
- http://www.gifhell.com/
- http://mathgifs.blogspot.co.uk/ [9]
- http://gifctrl.com/n0
- http://bib993.deviantart.com/gallery/43713210
- http://dvdp.tumblr.com/
- http://beesandbombs.tumblr.com/
- http://hexeosis.tumblr.com/
- http://insideinsides.blogspot.co.uk/
- http://1041uuu.tumblr.com/
- http://gfycat.com - gif to video for better performance [10]
PNG
- http://i-am-fat.org/PNGRotateTrick/ - better compression of vertical gradients
- http://alphapun.ch/ - make transparent
APNG
WebP
BPG
HVIF
HEIF
FLIF
PSD
PostScript
- https://en.wikipedia.org/wiki/PostScript - a page description language in the electronic publishing and desktop publishing business. It is a dynamically typed, concatenative programming language and was created at Adobe Systems by John Warnock, Charles Geschke, Doug Brotz, Ed Taft and Bill Paxton from 1982 to 1984.
- PostScript as a Programming Language - PostScript has all the programming functionality you would expect from an HP-caclulator, plus some interesting features hard to find in other languages. There are variables, loops, subroutines (of a sort), and an advanced idea for the scope of variables.
XPM
Other
- https://en.wikipedia.org/wiki/Remote_Imaging_Protocol - associated Remote Imaging Protocol Scripting Language, RIPscrip, is a scripting language that provides a system for sending vector graphics over low-bandwidth links, notably modems. It was originally created by Jeff Reeder, Jim Bergman, and Mark Hayton of TeleGrafix Communications in Huntington Beach, California to enhance bulletin board systems and other applications.
ASCII
Web 1.0 stylee
88*31
etc.
Software
Viewing
xv
feh
feh
meh
sxiv
- sxiv - Simple (or small or suckless) X Image Viewer
sxiv * Open all (hack) sxiv -t
q quit f toggle fullscreen Enter toggle between single and thumbnail Space next image Backspace previous image
CV
mpview
qiv / pqiv
lsix
- https://github.com/hackerb9/lsix - Like "ls", but for images. Shows thumbnails in terminal using sixel graphics. [19]
Manipulation
ImageMagick
magick image.jpg image.png
import -crop 1280x1024+1280+0 -window root $HOME/screenshot_silver_$(date +%F_%H%M%S_%N).png # import a screenshot of the root window to a file cropped for the second desktop
convert -quality 97 image.png image.jpg convert sample.png sample.pdf
- Gist: Whiteboard Picture Cleaner - Shell one-liner/script to clean up and beautify photos of whiteboards!
GraphicsMagick
G'MIC
- G'MIC - a full-featured open-source framework for image processing. It provides several different user interfaces to convert/manipulate/filter/visualize generic image datasets, ranging from 1d scalar signals to 3d+t sequences of multi-spectral volumetric images, thus including 2d color images.
VIPS
- libvips - A fast image processing library with low memory needs.
- https://github.com/jcupitt/nip2 - A spreadsheet-like GUI for libvips.
Other
- https://github.com/hit9/img2txt - Image to Ascii Text with color support, can output to html or ansi terminal.
- https://github.com/hit9/gif2txt - Gif image to to Ascii Text. (Just a toy)
- Netpbm - a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 300 separate tools in the package including converters for about 100 graphics formats. Examples of the sort of image manipulation we're talking about are: Shrinking an image by 10%; Cutting the top half off of an image; Making a mirror image; Creating a sequence of images that fade from one image to another.
- Freestyle - software for Non-Photorealistic Line Drawing rendering from 3D scenes. It is designed as a programmable interface to allow maximum control over the style of the final drawing: the user "programs" how the silhouettes and other feature lines from the 3D model should be turned into stylized strokes using a set of programmable operators dedicated to style description. This programmable approach, inspired by the shading languages available in photorealistic renderers such as Pixar's RenderMan, overcomes the limitations of integrated software with access to a limited number of parameters and permits the design of an infinite variety of rich and complex styles. The system currently focuses on pure line drawing as a first step. The style description language is Python augmented with our set of operators.
- https://github.com/antirez/shapeme - Evolve images using simulated annealing [23]
- https://primitive.lol - Reproducing images with geometric primitives.
- https://github.com/fogleman/primitive [24] [25]
- https://github.com/mnhrdt/imscript - a collection of small and standalone utilities for image processing, written in pure C
- https://github.com/ajbrock/Neural-Photo-Editor - A simple interface for editing natural photos with generative neural networks. [26]
- https://github.com/junyanz/iGAN - Interactive Image Generation via Generative Adversarial Networks [27]
- Deep Image Prior - deep convolutional networks have become a popular tool for image generation and restoration. Generally, their excellent performance is imputed to their ability to learn realistic image priors from a large number of example images. In this paper, we show that, on the contrary, the structure of a generator network is sufficient to capture a great deal of low-level image statistics prior to any learning. In order to do so, we show that a randomly-initialized neural network can be used as a handcrafted prior with excellent results in standard inverse problems such as denoising, superresolution, and inpainting. Furthermore, the same prior can be used to invert deep neural representations to diagnose them, and to restore images based on flash-no flash input pairs. [28]
- https://github.com/aleju/imgaug - Image augmentation for machine learning experiments.
- https://github.com/robertfoss/audio_shop - Your friendly neighbourhood script for mangling images or video using audio editing tools [29]
- PixiVisor - a tool for experimenting with the transmission of video over audio. It consists of two parts: Transmitter and Receiver. Transmitter converts the low-resolution video (stream from camera, static image or GIF animation) to sound in real time, pixel by pixel (progressive scan). So any image or animation can be transferred to the other devices through the sound. Receiver converts the sound (from microphone or Line-in input) back to video. You can set the color palette for this video, and record it to animated GIF file.
Generation
- GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and "wrappers" are available for Perl, PHP and other languages. GD creates PNG, JPEG and GIF images, among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD involve website development.
- Processing is a programming language, development environment, and online community. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology. Initially created to serve as a software sketchbook and to teach computer programming fundamentals within a visual context, Processing evolved into a development tool for professionals. Today, there are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning, prototyping, and production.
- Eschersketch - an experiment with pattern design in the classical wallpaper groups. It allows one to prototype tiling designs in HTML5 Canvas.
- polyHédronisme - a toy for building complex 3D polyhedral shapes from simple ones by "recipes".
- Mondrian is a smart and easy-to-learn vector graphics web app.
- Fakeimg.pl is a little tool that generates images with an URL. Choose the size, the colors, even the text. Oh… and it’s free.
- Evolvotron is an interactive "generative art" application for Linux to evolve images/textures/patterns/animations through an iterative process of random mutation and user-selection driven evolution. (This process is also often referred to as "evolutionary art" or "genetic art".) If you like lava lamps, and still think the Mandelbrot set is cool, this could be the software for you.
- binglide is a visual reverse engineering tool. It is designed to offer a quick overview of the different data types that are present in a file.
- https://github.com/mxgmn/WaveFunctionCollapse - This program generates bitmaps that are locally similar to the input bitmap.
- https://github.com/drummyfish/ptdesigner - C library and GUI tool for designing and generation of procedural textures, made as a part of my Bachelor thesis.
Photography
See Photography
Editing
svg-edit
GIMP
Manual
Tips
Tab toggle toolbars
Doesn't save undo history. Bug. Use file history, layers or sg-snapshot instead.
Articles
- Making The GIMP Work For Me - Oct 13, 2009
- YouTube: Gimp Tutorial Clone/heal tool - Dom Bower
- YouTube: Shave someone in GIMP- Clone & Healing tool (+spot removal)
- http://www.gimptalk.com/index.php?/topic/50215-advanced-engraved-inline-text-effect/
- http://www.gimptalk.com/index.php?/topic/50223-engraved-inline-text-tutorial/
- YouTube: Engraved Type
Textures
- GPS is a collection of brushes and accompanying tool presets. Tool presets are a simply saved tool options, highly useful feature of the GIMP. The goal of GPS is to provide an adequate working environment for graphic designers and artists to begin to paint and feel comfortable with GIMP from their first use. Later the user will change these settings based on his own workflow preferences and understanding of GIMP.
Scripts and plugins
- PSPI: Running Photoshop plug-ins in GIMP
- GAP - for animation
- Palette Generator
- http://planetfs.blogspot.co.uk/2009/06/i-was-interested-to-see-sample-average.html
- http://www.gimpchat.com/viewtopic.php?f=12&t=5189
- http://arcanebolt.net/post/140987710/28-color-gimp-palette-generator
- http://graphicssoft.about.com/od/gimptutorials/ss/Color-Scheme-From-Photo_5.htm
Community
Photoshop
Plugins
- Ultimate Collection Of Useful Photoshop Plug-Ins
- thepluginsite.com Free Photoshop-compatible Plugins
Inkscape
- Inkscape
- http://wiki.inkscape.org/wiki/index.php/Inkscape
- http://wiki.inkscape.org/wiki/index.php/Extension_repository
- Inkscape: Guide to a Vector Drawing Program
- Un-official manual by Kevin Wixson
- Inkscape keyboard and mouse reference
- http://en.flossmanuals.net/inkscape/
- http://en.wikibooks.org/wiki/Inkscape
Guides
- http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Attributes-Stroke.html
- http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Attributes-Fill-Stroke.html
- https://code.google.com/p/inkscape-guides-creator/
- http://www.mario-gutsche.de/2010/03/inkscape-the-golden-ratio-and-the-rule-of-thirds/
sK1
- sK1 - professional quality illustration program for Windows, GNU/Linux and macOS platforms. sK1 2.0 is a powerful and mature application that makes users more productive and provides them professional and free solution even for exotic *nix OSes. Whether you are a newbie user or an experienced designer, sK1 2.0 makes it easy to get started. With its professional color-management engine and wide-range file format compatibility, sK1 2.0 provides color accuracy and drawing flexibility you need for all types of projects.
Pinta
MyPaint
- MyPaint is a fast and easy open-source graphics application for digital painters. It lets you focus on the art instead of the program. You work on your canvas with minimum distractions, bringing up the interface only when you need it.
Paint.net
- http://www.getpaint.net/ - paint.net
Online
- Photopea - a free online tool for editing raster art and vector graphics with support for PSD, XCF and Sketch files. Supported formats: Complex: PSD, XCF, Sketch, XD, CDR, SVG, EPS, PDF, WMF, EMF. Raster: PNG (APNG), JPG, GIF, WebP, ICO, BMP, PPM/PGM/PBM, TIFF, DNG, DDS.
mtPaint
- mtPaint - a painting program which Mark Tyler developed from scratch so he could easily create pixel art and manipulate digital photos. It uses the GTK+ toolkit (version 1 or 2) and runs on PC's via the GNU/Linux or Windows operating systems. Due to its efficient design it can run on older PC hardware (e.g. a 200MHz CPU and 16MB of free RAM). mtPaint is free software, which means you are able to freely use, modify and distribute it according to the GNU General Public License.
sK1
- sK1 - professional quality illustration program for Windows, GNU/Linux and macOS platforms. sK1 2.0 is a powerful and mature application that makes users more productive and provides them professional and free solution even for exotic *nix OSes. Whether you are a newbie user or an experienced designer, sK1 2.0 makes it easy to get started. With its professional color-management engine and wide-range file format compatibility, sK1 2.0 provides color accuracy and drawing flexibility you need for all types of projects.
Xara Xtreme
- Xara Xtreme - for Linux is a powerful, general purpose graphics program for Unix platforms including Linux, FreeBSD and (in development) OS-X. Formely known as Xara LX, it is based on Xara Xtreme for Windows, which is the fastest graphics program available, period. The Xara Xtreme source code was made available open-source in early 2006, and is being ported to Linux. This process is almost complete and Xara Xtreme for Linux is available for download now.
CinePaint
- CinePaint - an open source computer program for painting and retouching bitmap frames of films. It is a fork of version 1.0.4 of the GNU Image Manipulation Program (GIMP). It enjoyed some success as one of the earliest open source tools developed for feature motion picture visual effects and animation work. The main reason for this adoption over mainline gimp was its support for high bit depths (greater than 8-bits per channel) which can be required for film work.[citation needed] The mainline GIMP project later added high bit depths in GIMP 2.9.2, released November 2015.
Krita
- Krita - a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone including for concept art, texture and matte painters, illustrations and comics
Fragmentarium / FragM
- Fragmentarium - an open source, cross-platform IDE for exploring pixel based graphics on the GPU. It is inspired by Adobe's Pixel Bender, but uses GLSL, and is created specifically with fractals and generative systems in mind.
- https://github.com/3Dickulus/FragM - derived from Mikael Hvidtfeldt Christensen's Fragmentarium representing a compilation of features and fixes contributed by many users at FractalForums.com over 3-4 years.
XFig
- XFig - a free and open-source vector graphics editor which runs under the X Window System on most UNIX-compatible platforms. In Xfig, figures may be drawn using objects such as circles, boxes, lines, spline curves, text, etc. It is also possible to import images in formats such as GIF, JPEG, EPS, PostScript, etc. Those objects can be created, deleted, moved or modified. Attributes such as colors or line styles can be selected in various ways. For text, 35 fonts are available. Xfig saves figures in its native text-only "Fig" format. Xfig has a facility to print figures to a PostScript printer too. A convenient feature is the PSTEX or PDFTEX export format that allows a smooth integration of Xfig-generated images into LaTeX documents.
GrafX2
- GrafX2 - a bitmap paint program inspired by the Amiga programs Deluxe Paint and Brilliance. Specialized in 256-color drawing, it includes a very large number of tools and effects that make it particularly suitable for pixel art, game graphics, and generally any detailed graphics painted with a mouse. The program is mostly developed on Haiku, Linux and Windows, but is also portable on many other platforms. [30]
Seashore
- Seashore - an open source image editor for Mac OS X's Cocoa framework. It features gradients, textures and anti-aliasing for both text and brush strokes. It supports multiple layers and alpha channel editing. It is based around the GIMP's technology and uses the same native file format. However, unlike the GIMP, Seashore aims to serve the basic image editing needs of most computer users, not to provide a replacement for professional image editing products. Also, unlike GIMP, Seashore has an all-new Cocoa UI that will fit right in on Mac OS X.
VPaint
- VPaint is an experimental vector graphics editor based on the Vector Animation Complex (VAC), a technology developed by a collaboration of researchers at Inria and the University of British Columbia, featured at SIGGRAPH 2015. It allows you to create resolution-independent illustrations and animations using innovative techniques. [31]
- https://github.com/dalboris/vpaint
Animation
- https://github.com/lettier/gifcurry - Create animated GIFs, optionally overlaid with text, from video files.
- https://github.com/leafo/gifine - Quickly record and edit gifs and videos of your desktop
Colour management
- ArgyllCMS is an ICC compatible color management system, available as Open Source under the AGPL. It supports accurate ICC profile creation for scanners, cameras and film recorders, and calibration and profiling of displays and RGB & CMYK printers.
- dispcalGUI - Open Source Display Calibration and Characterization powered by Argyll CMS
- Little CMS intends to be an open source small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management.
Colour picker
- xgrabcolor - a basic color picker, that allows to grab a color from any pixel on screen, display the corresponding colorname, to be used, for instance, in HTML pages, the color RGB and HSV values, as well as the color alpha channels. Each of these values can also be modified directly by the user in a synchronized way to generate new colors. Colors can be stored in a list, for later use.
Palette generation
- https://github.com/generaltso/vibrant - Extract prominent colors from images. Go port of the Android awesome Palette class aka Vibrant.js.
DTP
Scribus
Docs
- http://wiki.scribus.net/canvas/Images_-_PPI_and_DPI
- http://wiki.scribus.net/canvas/Color_Management_setup
- http://wiki.scribus.net/canvas/Working_with_text_frames
- http://wiki.scribus.net/canvas/Vertically_Centering_Text
other
OCR
Cross-stitch and knitting
Charts
- HCi: Flowcharting
- Kroki! - provides a unified API with support for BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag), C4 (with PlantUML), Ditaa, Erd, GraphViz, Mermaid, Nomnoml, PlantUML, SvgBob and UMLet... and more to come!
Graphviz
- https://en.wikipedia.org/wiki/DOT_(graph_description_language) - graph description language. DOT graphs are typically files with the file extension gv or dot. The extension gv is preferred to avoid confusion with the extension dot used by early (pre-2007) versions of Microsoft Word.
ditaa
- ditaa - a small command-line utility written in Java, that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics. This is best illustrated by the following example -- which also illustrates the benefits of using ditaa in comparison to other methods :)
blockdiag
- blockdiag - and its family generate diagram images from simple text files
- nwdiag - generates network-diagram images from .diag files (similar to graphviz’s DOT files).
Web
- Webgraphviz - Graphviz in the Browser
- https://github.com/knsv/mermaid - Generation of diagram and flowchart from text in a similar manner as markdown [35]
- https://github.com/shd101wyy/markdown-preview-enhanced - One of the 'BEST' markdown preview extensions for Atom editor!
Other
- https://live.gnome.org/Dia
- http://www.umlet.com/
- http://staruml.sourceforge.net/en/
- http://alexdp.free.fr/violetumleditor/page.php
- http://www.bouml.fr/
- http://www.websequencediagrams.com/
- https://cacoo.com/
- http://yuml.me/diagram/scruffy/class/draw
Screenshot
- Shutter is a feature-rich screenshot program. You can take a screenshot of a specific area, window, your whole screen, or even of a website – apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window.
- ScreenCloud - Take a screenshot using one of the 3 hotkeys or simply click the ScreenCloud tray icon.
Scanning
scanimage
Drawing
Xournal
- Xournal - an application for notetaking, sketching, keeping a journal using a stylus. It is free software (GNU GPL) and runs on Linux (recent distributions) and other GTK+/Gnome platforms. It is similar to Microsoft Windows Journal or to other alternatives such as Jarnal, Gournal, and NoteLab.
Jarnal
- Jarnal - an open-source application for notetaking, sketching, keeping a journal, making a presentation, annotating a document - including pdf - or collaborating using a stylus, mouse or keyboard. It is similar to Microsoft Windows Journal and to the earlier Mimeo whiteboarding and Palm notepad applications. There is also a commercial knockoff of Jarnal called PDF Annotator - for $50 you can enjoy a subset of the capabilities that Jarnal provides for free.
Gournal
- Gournal - note-taking application written for usage on Tablet-PCs (such as the Toshiba M200). It’s designed for usage with a stylus, not a mouse or keyboard. It does not have handwriting recognition but can be used in co-ordination with xstroke to accept text. Gournal is written in perl using gtk2-perl so you will need gtk2-perl along with the gladexml and gnomecanvas modules of gtk2-perl. The pages are saved as gzipped SVG files (not totally standard yet but working on it)
NoteLab
- NoteLab - brings the power of digital note taking to Linux, Windows, Mac OS X, and Solaris. Using NoteLab is just like writing with a pen on real paper. However with NoteLab, the pen and paper are electronic, you never run out of ink, and you have all the paper you'll ever need. NoteLab is free software licensed under the GNU GPL. Like Linux and Firefox, NoteLab and its full source code are available at no cost for anyone to view, analyze, scrutinze, and improve. NoteLab saves your notes in the industry standard SVG (Scalable Vector Graphic) format. Thus any program that can understand this open, next-generation graphic format can be used to view NoteLab files. NoteLab can also print your notes or export them to a number of image types including PNG and JPEG. NoteLab allows the user to select en tire words, stretch them, move them, change their color, change their line width, delete them, and bring them back. Simply speaking, NoteLab understands a stroke as a complex shape. It doesn't just look at the page as a collection of ink on a page, but instead as a collection of words in a dynamic environment.
Skethpad
- Sketchpad - online annotation, editing & design tool
WBO
Dotgrid
- Dotgrid - a distractionless vector tool with line styles, corner controls, colours, grid-based tools, PNG and SVG export.The application is free and Open Source, and also available live to be used with your browser, on your Raspberry Pi, or on your mobile device.
Ronin
- Ronin - a cross-over between Vim and Photoshop, meant to quickly render simple graphic tasks.Ronin is currently under development, it now includes basic digital painting functionalities.
Pencil2D
- Pencil2D Animation - An easy, intuitive tool to make 2D hand-drawn animations.
Inking
Upscaling
- https://github.com/DeadSix27/waifu2x-converter-cpp - Improved fork of Waifu2X C++ using OpenCL and OpenCV
Other
- https://github.com/baskerville/color_sieve - generate pallet
- http://mondrian.io/ - OSS web Illistrator [37]
- https://news.ycombinator.com/item?id=8154797 - perceptual hashing
- https://github.com/google/butteraugli - a project that estimates the psychovisual similarity of two images. It gives a score for the images that is reliable in the domain of barely noticeable differences. Butteraugli not only gives a scalar score, but also a spatial map of the level of differences. [39]
- https://github.com/jasonmoo/smlr - Re-encode jpeg images with no perceivable quality loss. Uses the butteraugli psychovisual comparison and k-ary search to determine the best jpeg quality setting that will not "appear" degraded.https://news.ycombinator.com/item?id=11670703
- Enfuse - PanoTools.org Wiki - command-line program used to merge different exposures of the same scene to produce an image that looks very much like a tonemapped image (without the halos) but requires no creation of an HDR image. Therefore it is much simpler to use and allows the creation of very large multiple exposure panoramas.
- https://github.com/pugwonk/gif2xlsx - I worked for a long time in financial services, and I can tell you that one thing I got sick of hearing was "how do I convert animated GIFs into Excel files". If you're here wondering why nobody has yet exploited this gap in a very lucrative market, wonder no longer. Help is at hand.
Machine learning
- https://github.com/luanfujun/deep-painterly-harmonization#user-content-examples - Code and data for paper "Deep Painterly Harmonization"] [42]
- https://www.resetera.com/threads/ai-neural-networks-being-used-to-generate-hq-textures-for-older-games-you-can-do-it-yourself.88272/ [43]
Etc
Aliasing
Noise
- The importance of good noise - There are many articles to read about noise functions in computer graphics, especially now that a lot of people recently got interested in ray tracing, but it took me a long time to fully understood why noise characteristics are so important and I didn’t find a good resource on the Internet explaining it, so I’ll give it a shot.
Gallery
- OpenPhoto is an Open Source photo sharing platform which gives users complete ownership and portability of their photos. Users’ photos, tags and comments are seamlessly stored into personally owned cloud services owned by themselves. Whatever they want to do or wherever they want to go their photos are free to go with them.
- Galleria is a JavaScript image gallery framework that simplifies the process of creating beautiful image galleries for the web and mobile devices.
- Colorbox - A lightweight customizable lightbox plugin for jQuery
- +Gallery - A responsive javascript based image gallery driven by photos from Facebook, Instagram, Flickr or Google Plus
- Photographer.io is a photo sharing community
- PiGallery 2 - a self-hosted directory-first photo gallery website.
Services
Hosting
- http://www.flickr.com/services/api/misc.urls.html - You can construct the source URL to a photo once you know its ID, server ID, farm ID and secret, as returned by many API methods. including size
Design
Resources
Icons
See also HTML/CSS#Icons HTML/CSS#Data URI, Typography#Webfont icons
- Fontello - icon fonts generator
- Gnome Icons
- Tango Desktop Project exists to help create a consistent graphical user interface experience for free and Open Source software.
- Open Icon Library - Free for anyone to use on you computer, website or any other project.
- Famfamfam icons
- Chalkwork is a visually unified set of carefully designed icons.
- Modern UI Icons - Handcrafted pixel perfect vector icons.
- Glyphicons is a library of precisely prepared monochromatic icons and symbols, created with an emphasis on simplicity and easy orientation.
- The Noun Project
- GoSquared Resources
- flat.icns [49]
- https://github.com/google/material-design-icons/releases/tag/1.0.0
- Maki is a clean point of interest icon set made for web cartography.
- SJJB SVG Map Icons - an attempt to create a simple consistent set of vector icons suitable for cartographic use.
- Game-icons.net - free SVG and PNG icons for your games
- Climacons - climatically categorised pictographs for web and user interface designers.
- Skycons is a set of ten animated weather glyphs, procedurally generated by JavaScript using the HTML5 canvas tag.
- LivIcons - Truly animated icon pack with power of scalable vector graphic for clean and perfect look at any devices.
- Iconfinder - Browse free icon sets
- Icons Guide helps you to find the best stock icons shop you are looking for.
- Icon Pot lists free icons and stock web icons which are all great to use for your web design projects
- Find Icons - icon search engine
- Icon Fever - helping you find the best icons
- Icon Archive - icon search
- http://www.easyicon.net/
- Icon Deposit - post your icons, designs, code, and screenshots to promote your work
- http://davidmatthias.typepad.com/designs/2012/11/300-icons-for-web-and-other-businesses.html
- http://www.smashingmagazine.com/2011/12/29/freebie-free-vector-web-icons-91-icons/
- http://37signals.com/svn/posts/1844-open-source-icons
- iconmelon - svg icons library for web
- Evil Icons - Lightweight SVG icons for your web project
- https://github.com/sixsixfive/Monotone - A Monotone icon theme that contains over 1300 scalable icons to cover more than 5500 icons from the last linux decade. Its mainly made for dark desktops or HTPC's however it can also be used as a pure action/toolbar icon theme, fallback icon theme or even on bright desktops after a color change.
Wallpapers
Open and free
- OpenClipart - High Quality, Easy to Use, Free Support
- Devices - Images and Sketch files of popular devices, by Facebook Design
Images
- IconDrop - A desktop app for searching and using free SVG icons
Textures
- http://subtlepatterns.com/
- http://patternizer.com/akxe
- http://www.patternify.com/
- http://www.stripegenerator.com/
- http://noisepng.com/
- http://www.tartanmaker.com/
- http://pattern8.com/
- http://patterns.ava7.com/
- http://www.patterncooler.com/
- http://www.vectorvalley.com/category/patterns/
- http://texturewiz.com/
- http://www.grsites.com/archive/textures/
Thread
Buttons
Graphic designers
- https://99designs.co.uk
- http://pixelsink.com/ - Colin Gray, Dundee
Graffiti
- #000000book - An open database for Graffiti Markup Language (GML) files
Testing
- https://github.com/glmark2/glmark2 - an OpenGL 2.0 and ES 2.0 benchmark
Pixel art
- https://github.com/dylanaraps/pxltrm - a terminal pixel art editor written in pure bash. Draw pixel art without a mouse using intuitive hotkeys.