CompuServe Thread

new PIM's – RGB8, ANIM

4 messages in this thread
#37282From: Black Belt SystemsMar 22, 1992 10:12 PM
We have posted two new PI modules for users of Imagemaster, Imagemaster F/c and Image Professional. These PI modules provide save of RGB8 encoded images for use with Impulse products, and loading of any frame of an animation which is in Amiga ANIM OP5 (which is the normal Amiga animation method). Animations containing any Amiga display mode, as well as HAM-E or DCTV images can be de-constructed into the original component frames for editing. Look for RGB8S.lzh and ANIML.lzh in DL6 Thank you for your support. –Ben
#37351From: Henry LowengardMar 24, 1992 6:21 PM
Anim sounds good for me…. And on a similar note, my WrAud module started working yesterday or so. It treats the red plane of an image as amplitude information for a sonogram, with user selectable sample rate, total time, and "high frequency" (frequency of the highest line in the sonogram). It's a lot slower than "RGS", my realtime sonogram synthesis pgm, but it's also using floating point math and interpolating between amplitude values. very nice… but has this little bug been fixed in 9.0 (I have an 8.1) : Askprop with numbers over 10,000 cuts off the last digit! sort of confusing when setting sample rates! other options to come: stereo (green plane=other channel), and later direct 68881 style math. So, if I can clean up my arexx driver a bit, I'll upload it. later: band pass filter of digital samples into sonogram planes: RdAud. j h h lowengard
#37368From: Black Belt SystemsMar 24, 1992 11:22 PM
Henry, didn't know about the limit. I'll put in in the list for the next rev, assuming that it's not some kind of ultimate limit. –Ben
#37416From: Henry LowengardMar 26, 1992 10:29 PM
looks like the kind of thing one would fix with a 1 char hack to a printf string. I'm still doing audio tests. More as this develops. jhhl