Search found 4 matches

by brkl
2012-03-19T00:16:20-07:00
Forum: Users
Topic: Extracting certain unformatted data from each frame of a GIF
Replies: 6
Views: 9087

Re: Extracting certain unformatted data from each frame of a

Well, that would explain it. But I suppose it doesn't matter whether I program in the ordering when I parse the data or you program it to happen when I extract it! Thank you for your help, anthony.
by brkl
2012-03-16T08:45:09-07:00
Forum: Users
Topic: Extracting certain unformatted data from each frame of a GIF
Replies: 6
Views: 9087

Re: Extracting certain unformatted data from each frame of a

Hmm, I get this from that command (after installing perl to cygwin). Could be a problem with cygwin, I suppose. 0 1 302 180 18 214 412 6 70 5882 7 05882 83 9216 335 225 35 107 1236 88 2353 13 7255 41 9608 485 9 55 179 0937 3 3 52941 21 5686 70 1961 491 69 33 126 45217 27 0588 12 9412 49 4118 646 167 ...
by brkl
2012-03-15T06:10:01-07:00
Forum: Users
Topic: Extracting certain unformatted data from each frame of a GIF
Replies: 6
Views: 9087

Re: Extracting certain unformatted data from each frame of a

Thank you so much for taking the time to reply, anthony! Note that values in the gif are actually 0 to 255 so if you use 255 for the above multipliers you should get integers (or very close to integers) However if you want the scaling factors you used in the above, you can ensure the result are ...
by brkl
2012-03-14T14:30:29-07:00
Forum: Users
Topic: Extracting certain unformatted data from each frame of a GIF
Replies: 6
Views: 9087

Extracting certain unformatted data from each frame of a GIF

Hello! I'm trying to make a process for generating some simple ambient algorithmic music from (and for) videos I've shot. For the music I'm using something completely different, of course, but I was hoping to use IM to extract the data I plan to use for generating the music. I've been poring over ...