Meet jit.repos
Posted by 박승호 (2004-12-03 22:15:03) | Hit:5725
Meet jit.repos [1]
Meet jit.repos Repos stands for reposition, an efficient way to mangle images. W ...
2004-12-03 22:15:03
Lissajous Art
Lissajous Art Jules Antoine Lissajous (1822-1880) developed a technique for proj ...
2004-12-03 22:13:03
Visualization of Audio
Peter Elsea 2004 1 Visualization of Audio Visualization is a type of video synth ...
2004-12-03 22:12:03
Jitter를 이용한 각종 영상효과 갤러리
Jitter를 이용한 각종 영상효과 갤러리입니다. ...
2004-12-03 22:11:03
Pre-Jitter Lectures
Pre-Jitter Lectures Things you need to know before you use Jitter. ...
2004-12-03 22:09:03
Jitter Tutorial 18 (한글판)
이 장에서는 이미지를 upsample과 downsample하기 위한 jit.matrix 오브젝트들의 사용방법과 마찬가지로 jit.matrix의 ...
2004-08-12 20:25:12
Jitter Tutorial 20 (한글판)
이 장에서는 어떻게 당신이 단일 매트릭스를 지터로부터 디스크로 들여올 것인지를 알려줄 것이다. 우리는 퀵타임 정지이미지, 텍스트,ASCII, ...
2004-08-12 20:13:12
Jitter Tutorial 25 (한글판)
매트릭스의 컨텐츠를 분석하는 많은 방법이 있다. 여기서는 이미지에서 색상 컨텐츠를 찾는 아주 간단한 한 방법을 설명해보겠다. 우리는 어떻게 ...
2004-08-09 23:00:09
Jitter Tutorial 19 (한글판) [1]
이 장에서는 당신이 어떻게 single matrix 단일 행렬 또는 a sequence of matrices 행렬들의 수열을 퀵타임 무비로 디 ...
2004-08-09 22:55:09
Jitter Tutorial 2 (한글판)
이 장에서는 매트릭스를 숫자로 만들어낼 수 있는 여러가지 방법에 대해 설명하겠다. 만약 사용자가 매트릭스에 대해 잘 모른다면, 토픽 세션의 ...
2004-08-09 22:43:09
 
Meet jit.repos Repos stands for reposition, an efficient way to mangle images. We can use it to turn pictures inside out, or build fun house mirrors, strange lenses, and kaleidoscopes. The principle behind jit.repos is simple. It holds a control matrix with 2 planes and the dimensions of the image to process. The values in the control matrix are the source for each pixel in the final output. For example, if the control matrix contains [0 0] at position [160 120], pixel 160 120 in the output will contain the colors found at [0 0] of the input. This can produce an endless variety of strange images. The secret to using jit.repos is in making control matrices. This is not usually a real time process, so it is best to build them ahead of time and save them to disk. Once they are made up, it is easy to use jit.xfade and jit.matrixset to move them around and animate the process. The first control matrix to make does nothing at all. Each cell contains its own cell position, so jit.repos will just pass the image through. (I’ll call it the pass.jxf matrix) The method used to derive it is unnecessarily complex, but we only have to do it once, and this patch will become our control matrix factory.
박수미 2009-09-29 21:24:08

안녕하세요, 박순영입니다

 

지터작업 요새 아는분이랑 하는게 있는데 너무 모르는게 많으네요...

 

혹시 지터 화면에서 (jit.qt.movie) 캡처한 이미지를 정지시켜서

외부 프린터로 출력하고 싶습니다

패치는 만들었는데, 외부 프린터로 전송하는 오브젝트를 어떻게 만드는지 몰라서요~...

 

감사합니다^^

by Prof. Seungho Park
Division of Digital Media
Ewha Womans University
Meet jit.repos
Posted by 박승호 (2004-12-03 22:15:03)