Stone Design Forums

Discussion for all things pertaining to Stone Design software
It is currently Fri May 24, 2013 11:54 pm

All times are UTC - 7 hours




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: distortion constants
PostPosted: Sat May 22, 2004 1:50 pm 
Offline

Joined: Wed Mar 17, 2004 5:58 pm
Posts: 51
Location: Port Angeles, WA
I've been playing with the Distort Function in T3, and it is way cool (the base function for Twirl and some of the other Geometry actions). However, I can't find any documentation on the constants that are used in the parametric equations. Some of them are obvious; I think (X, Y) is the image corner, but I can't figure out what d and D are. Anyone else?


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 24, 2004 6:01 pm 
Offline
User avatar

Joined: Mon Mar 15, 2004 5:56 pm
Posts: 252
Location: Durham, NC, USA
This stuff kind of blows my mind. I just kind of play with stuff but haven't gotten a full grasp of these parameters.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 25, 2004 8:02 am 
Offline

Joined: Wed Mar 17, 2004 5:58 pm
Posts: 51
Location: Port Angeles, WA
Joel wrote:
This stuff kind of blows my mind. I just kind of play with stuff but haven't gotten a full grasp of these parameters.


:) I think TIFFany makes more sense if you know a little about digital signal processing, especially the names/hierarchy of the actions.

I was playing with the Geometry actions last weekend, and came up with a couple of new ones.
I called this one "Arch" since that's the effect I was trying for, but it is really just a sine wave applied to the image. You can change d/2 to adjust the amplitude of the wave, and x*s will adjust the frequency; x*s + n (where n is some number) will apply a phase shift to the wave.
Code:
x' = x
y' = y - d/2 * sin(x * s)


Here's another, that I called "Perspective":
Code:
x' = x * ( 1 + x * tan(s/2) )
y' = y * ( 1 + x * sin(s/2) )

I came up with this more-or-less randomly, and it works best with small values of s in the slider. The image I'm attaching shows both of these effects applied to a text marquee copied from another image.[/code]


Attachments:
OrcasWarp.tif
OrcasWarp.tif [ 32.94 KiB | Viewed 7093 times ]
Top
 Profile  
 
 Post subject:
PostPosted: Tue May 25, 2004 8:23 am 
Offline
User avatar

Joined: Mon Mar 15, 2004 5:56 pm
Posts: 252
Location: Durham, NC, USA
That explains why NASA liked it so much. ;)


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 25, 2004 9:27 am 
Offline

Joined: Wed Mar 17, 2004 5:58 pm
Posts: 51
Location: Port Angeles, WA
Joel wrote:
That explains why NASA liked it so much. ;)


Didn't know that. A couple of other tools I use that do interesting things with images are ImageJ from NIH (free) and Igor Pro from Wavemetrics (non-free).


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 26, 2004 11:28 am 
Offline
User avatar

Joined: Mon Mar 15, 2004 5:56 pm
Posts: 252
Location: Durham, NC, USA
I remember Caffeine mentioning this on their web page.

That's some pretty neat stuff. :D I saved those formulas as new actions. Thanks!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 7 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group