FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Responsive Form, Games
(Moderator: REAS)
   image distortion
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: image distortion  (Read 702 times)
flight404

WWW Email
image distortion
« on: Jun 18th, 2003, 7:16am »

Finally got around to playing with 'pixels[]' and damn if it ain't addicting.
 
www.flight404.com/p5/pixels/pixelTest3
 
spacebar resets image (comes in handy)
numbers '1' through '7' select different distortions
letter 'l' (lower case 'L') toggles between lines and points
 
Most of this came about as happy accidents. Some of the examples (1 and 5 in particular) benefit from quick clicks instead of prolonged dragging.
 
for a simple black and white checkerboard version, go to www.flight404.com/p5/pixels/pixelTest1 instead
 
benelek

35160983516098 WWW Email
Re: image distortion
« Reply #1 on: Jun 18th, 2003, 11:21am »

excelent, very beautiful!
 
as an off-to-the-side-kind-of-sidenote, there seems to be a problem where sections of the image are not being warped initially, if i do not drag my cursor over more than half of the image. it usually occurs in 1, and the section is usually a vertically sectioned off part on the right of the image.
 
enjoyable to play with regardless!
 
flight404

WWW Email
Re: image distortion
« Reply #2 on: Jun 18th, 2003, 5:17pm »

I noticed that bug as well.  I assume it has something to do with not letting the FOR loop complete before changing destinations for the pixel movement.  Any thoughts?  Should I venture some sort of boolean check so that the changeover happens only at the end of the for loop?
 
UPDATE........................
 
Nevermind.  I fixed it.  Corrected version should be uploaded shortly.
« Last Edit: Jun 18th, 2003, 6:10pm by flight404 »  
pitaru

WWW Email
Re: image distortion
« Reply #3 on: Jun 18th, 2003, 7:47pm »

wow. great work!  
 
i would go 'japanese style' and have each object be a 10x10 square in a grid. the added speed of execution will probably bring out new aspects of the work.
 
flight404

WWW Email
Re: image distortion
« Reply #4 on: Jun 19th, 2003, 6:32am »

Thanks Amit.
 
I agree a faster playback could help.  I went a little overkill on the number of objects but they just look so amazing when you piece together the screenGrabs and play them back at 30 fps with no delay.  Whee!!!
 
Tried my first stab at a GUI.
 
www.flight404.com/p5/distort1
« Last Edit: Jun 19th, 2003, 7:31am by flight404 »  
Pages: 1 

« Previous topic | Next topic »