Typographic effects in canvas
html5rocks.com
Typographic effects in canvas
1–10 of 10 posts
Re: Typographic effects in canvas
#2Re: Typographic effects in canvas
#3What is here are graphic effects, and while technically interesting, aesthetically not pleasing.
Re: Typographic effects in canvas
#4Re: Typographic effects in canvas
#5Reading through the article, I was thinking if a canvas-based photoshop-like app could be built. Is anyone aware of an article that explains the architecture of Photoshop? How pixels are processed through its stack of layers?
Re: Typographic effects in canvas
#6Reading through the article, I was thinking if a canvas-based photoshop-like app could be built. Is anyone aware of an article that explains the architecture of Photoshop? How pixels are processed through its stack of layers?
Re: Typographic effects in canvas
#7Typographic effects would be working with the glyphs themselves, or composing letters, words into something interesting. I was pretty excited by the title: support for OpenType ligatures and features in browsers is pretty weak, and if could act as a polyfill it would be pretty cool. What is here are graphic effects, and while technically interesting, aesthetically not pleasing.
Re: Typographic effects in canvas
#8Reading through the article, I was thinking if a canvas-based photoshop-like app could be built. Is anyone aware of an article that explains the architecture of Photoshop? How pixels are processed through its stack of layers?
The main problem, as is with Flash based editors, would be performance.
>Is anyone aware of an article that explains the architecture of Photoshop? How pixels are processed through its stack of layers?
Well, the layers are just different images with alpha transparency drawn on top of each other, and the blend modes are just math done between two layers' pixel values.
Here's an (rather basic) article:
http://photoblogstop.com/photoshop/photoshop-blend-modes-exp...
Re: Typographic effects in canvas
#9Reading through the article, I was thinking if a canvas-based photoshop-like app could be built. Is anyone aware of an article that explains the architecture of Photoshop? How pixels are processed through its stack of layers?