Live data from Hacker News

Typographic effects in canvas

html5rocks.com

1–10 of 10 posts

Re: Typographic effects in canvas

#3
Typographic 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

#5

Reading 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?

Gimp might be a better source of inspiration for this sort of thing.

Re: Typographic effects in canvas

#6

Reading 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?

Looking at GEGL, which gimp is moving to might be a good way. It's also a nice system that could get something more than photoshop.

Re: Typographic effects in canvas

#7
post #3

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

Also not useful for SEO or a host of other requirements on the web.

Re: Typographic effects in canvas

#8

Reading 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?

Sure it could, albeit in a more limited way. It has been done actually, at least in Flash (which includes some similar bitmap features, although it is vector based).

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

#9

Reading 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?

I wouldn't call it photoshop, but did you have something like this in mind: http://pjtops.com/app/neonTextEffects/