Friday, April 25, 2008

Final

I want to make images that looks like drawing not a computer graphics.
Instead of computerized images, I tried to make some texture or density like pencil or charcoal drawings.

All of images are 17" x 18" size prints.

For High Res images.

1. Use photoshop plugin. - Genuine Fractals

export to tga, and inlarge at photoshop.


Resize images up to 1000%
Good - It work for every kinds of images.
Bad - lines are softer than vector images.



2. Export to PDF

Good - images made by lines or rects, ellipse.
Bad - Buugy with P3D.



3. Tilesaver - by Marius Watz


The code works by panning the camera over the original viewport area, subdividing the image into tiles. This way, OpenGL’s limitations on maximum resolution can be circumvented. As long as enough memory is allocated, the images created can be very big indeed. The images shown above are from a 15360 x 15360 pixel image, shown at 1.6% and 20% respectively. With 1.5 GB assigned to Java I have so far successfully saved 20k x 20k images. That’s large enough to print 2×2 meter prints at 260 DPI.

Good - steal image not moving image.
Bad - Buggy with moving image, P3D, only use with background at darw.





Tuesday, April 8, 2008

Final Proposal

Final Idea.

Design Book

1. Make some algorithm from nature of code.
(On Growth and Form, The power of Limits)

2. Make High res or vector images.

3. Print. 17" wide.

4. Make a book.




















Monday, February 25, 2008

Midterm Project

Midterm Project

I focused on how to make a beautiful image by particle system.
(IF you want to see bigger image, click the images)

I made hidden Attractor point and moved points are around that point.


http://itp.nyu.edu/~sk2745/NOC/week5/attarctor_particle/applet/index.html



All of particles are running for some points.

http://itp.nyu.edu/~sk2745/NOC/week5/particle_race/applet/index.html


Particles are heading to mouse point.


http://itp.nyu.edu/~sk2745/NOC/week5/Seek_Arrive/applet/index.html


Those two works made by particle system with spring function.


http://itp.nyu.edu/~sk2745/NOC/week5/spring_particle_2/applet/index.html



http://itp.nyu.edu/~sk2745/NOC/week5/spring_particle_4/applet/index.html

I also made PDF file for print.
http://itp.nyu.edu/~sk2745/NOC/week5/spring_particle_4/Spring_particle_4.pdf
It can open at Illustrator for edit but it contain too much line for work..
Whenever try to fix this image, Illustrator make err.

Sunday, February 17, 2008

Midterm Idea



NOC midterm proposal

Make images by particle system.

I think Particle system is a basic structure for algorism images. All of lines are made by point. If I make a Particle system use points, it can be algorismic images.

I know this is common work, but through this kinds of works, I want to study how to make a beautifull and meaningful images. After this works I also want to make images by nature algorisms such as L-system.



*Relevant book*
"On growth and form" by Darcy Thomson



*Relevant artist work*
*My sketch work*

Particle system
http://itp.nyu.edu/~sk2745/NOC/week4/applet/index.html