[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

missed...



damn, occasionally sent replies to authors, although I think it should go
to the list. Here it go again:

----------
> From: Thomas De Groote <Thomas.degroote@rug.ac.be>
> To: ff@aurdev.com
> Subject: Can someone help me with these FF commands ?
> Date: четверг, Январь 14, 1999 15:47
> 
> Hello,
> 
> Is there anyone who can help me with the cnv command ? What exactly does
it
> do ? In the programming manual there is something about weights, but I
> really can't follow. Can anyone just say in plain English what it does ?
> e.g. It takes the Red value of pixel x,y and so on ?

As a person having rather *plain* English I say:

cnv(m11,m12,m13,m21,m22,m23,m31,m32,m33,d) is equal to:

(m11*src(x-1,y-1,z) +
m12*src(x,y-1,z) +
m13*src(x+1,y-1,z) +
m21*src(x-1,y,z) +
m22*src(x,y,z) +
m23*src(x+1,y,z) +
m31*src(x-1,y+1,z) +
m32*src(x,y+1,z) +
m33*src(x+1,y+1,z))/d

oh maybe I put it upside-down... I'm not sure... but I think you got the
idea.

> zooming. But it could be a sugestion, to include a simple selection for
> filtering, which now is applied to the whole image. A very nice image

I guess this will lead to a full-scaled image editing program like
Photoshop in the end <g>

> lot) and I thought about stealing his idea for a 99 one. As a way of
> getting the people on the list to contribute more, I thought about a
> little online contest.

Hm, seems to be good idea! What kind of images allowed? Pure FF generated?
Or something FF just played a most important role to?

> Should we limit the contest
> to list members or open to general public?

Open. Usually graphics designers and filter developers are different
beings, and the list is, originally, for developers. But good graphics
comes from designers...

Ilyich.
--------------------------------------------------------------------------
Ilya Razmanov (a.k.a. Ilyich the Toad), Institute of Organic Chemistry RAS
http://www.chat.ru/~bufo/ - Freeware Photoshop Filters and Design Showcase
"It's a big blobby grayshape. I was taking an art class." - Quohog,
Full Throttle
--------------------------------------------------------------------------