Skip to content

Instantly share code, notes, and snippets.

@prokoudine
prokoudine / sk1newsite.md
Last active December 11, 2019 10:07
sk1 news

The old version of the website was created 7 years ago. A lot has change since then. E.g. the old CMS cannot be deployed on modern server distributions of Linux due to PHP incompatibilities. So we rewrote the website from scratch and used the latest technologies. Here is a list of the most important changes:

  • UTF-8 site encoding
  • PHP7 support
  • HTML5 content
  • NoSQL database
  • Web fonts
@prokoudine
prokoudine / gist:de5de752deeba27dc59b4f17db6b690f
Last active May 15, 2020 18:17
Custom UI + on-canvas controls candidates in GIMP
1. Lens Flare: just moving a single handle around (the one used
by Handle Transform tool and Blend tool)
2. Circular Motion Blur: Spiral-like, center + angle
3. Kaleidoscope: generally looks like a candidate with a basic gradient line, where:
- inner handle is the center of the transform,
- outer handle is Scale + Mirror Rotation.

General questions

Can I use GIMP commercially?

Yes, you can. GIMP is free software, it doesn't put restrictions on the kind of work you produce with it.

What's the GIMP's license, and how do I comply with it?

GIMP is distributed under terms of General Public License v3 and later. In a

GEGL port

High bit depth support

Thanks to GEGL, our new image processing library, GIMP now supports manipulation of pixels with 16, 32 or 64 bit depth per color channel precision, both integer and float. This greatly reduces the loss of colors which occurs at 8bit precision to the rounding of color values and improves the rendering of gradients.

You will find the precision switch in the Image menu. Whenever you load an image that was saved in higher bit depth precision (see File Formats section below), GIMP automatically switches to the relevant mode.

File Formats Support