Viewing profile — goatface
goatface
HN member- Joined
- Sat, Jun 25, 2016, 8:07 PM UTC
- HN karma
- 14
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About goatface
No profile information was provided.
Recent public activity
-
comment
Comment #14440140
Avoding any international characters, both when registering addresses and when inputting them in forms ends up being the path towards hopefully being able to spend money with credi…
-
comment
Comment #14439904
In the UK, there is plenty of computer systems that refuse to acknowledge that people or places can have non-ascii chars in their name, and ask you to correct them.. or even refuse…
-
comment
Comment #12675883
Some years back I built a family of fonts around the idea of anti-aliased raster fonts realized as regular truetype outlines - http://pippin.gimp.org/0xA000/ - in which some varian…
-
comment
Comment #12560792
A box filter for scaling down cubic and linear is much better than using impulse filters with the interpolated values at the floating point coordinates in question. If someone want…
-
comment
Comment #12559303
The L component of CIE Lab is not linear, it has a similar non-linearity to sRGB due to one of the aims of the design of the CIE Lab space is to be perceptually uniform.
-
comment
Comment #12556730
It already does, in git master GEGL/GIMP does averaging of pixels contributing in the area when scaling down. The previous development releases in the 2.9 series would only do prop…
-
comment
Comment #12556260
The development version of GIMP (the 2.9 series) - which will be come 2.10 uses GEGL which always does scaling with linear light encoding; as well as premultiplied alpha, regardles…
-
comment
Comment #12193815
Synfig focuses on more cartoon based vector animation. What GEGL provides good foundations for doing is video editing/compositing with keyframed properties for filters. As mentione…
-
comment
Comment #12193461
This relearning problem goes both ways. People trained on GIMP tend to find Photoshop annoying and difficult to use - because they have to relearn. People accept spending extra tim…
-
comment
Comment #12193442
The work you might have heard about GEGL - is all about providing foundations for such non-destructive editing. The highlighted split-view / curtain preview in the blog post is imp…
-
comment
Comment #12193421
GIMP's new (though not actually young) engine - GEGL, contains ffmpeg frame sources and sinks, provides a good abstraction for creating interfaces better than GAP for animation or …
-
comment
Comment #11977788
Blender's node system can do compositing and basic video editing. Another free software graph based/dataflow system that can be used as a basis for such video editing and fx is GIM…