File : Premultiply_pm.zip Description : Multiply the values in the buffer by the inverse of the alpha channel to prepare for compositing in applications...
dogwaffle@yahoogroups...
Sep 1, 2005 2:07 pm
4508
I'm not too sure about the quantization effect to emulate the 16 levels for components. Anyway, it's funny! :) -- HAM -- Simulate the H.A.M. (Hold And Modify) ...
You should call it... The Secret of H.A.M. ... x = math.ceil(x * 16) / 16 I read somewhere that in lua all numbers are handled internally as double precision...
... Yes, that's why I used math.ceil() (there's also a corresponding math.floor()). Bye! -- Online TrID File Identifier http://mark0.net/onlinetrid/trid.aspx...
... Yes, that's the range! :) For the animation, yes, I figured out that re-going back to the original frame when the script ended was the thing to do. Thanks...
Some bugfix, and some new functions. Now is possible to move between frames. The relevant functions are: Dog_GetTotalFrames() Dog_GetCurrentFrame() ...
Hi, I am using Project Dogwaffle Fee Version 1.2 with a display that has a resolution of 1280 by 1024. The "Animation Controls" do not look like the ones shown...
Added pixel setter & getter for YUV color space: y, u, v = get_yuv(x, y) set_yuv(x, y, y, u, v) Also added preliminary support for creating GUIs trough Dan's...
On 9/5/05, Marco Pontello <marcopon@...> wrote: ... cycles = 0 -- add this Bye! -- Online TrID File Identifier http://mark0.net/onlinetrid/trid.aspx...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the dogwaffle group. File :...
dogwaffle@yahoogroups...
Sep 5, 2005 12:54 am
4520
The GUI_Server component is required to use these features. You can get it here. http://groups.yahoo.com/group/dogwaffle/files/Plugins/GUI_Server.zip Included...
Here's an example that sets up most of the button types. So sweet. GUI_SetCaption("DogLua Test") h1 = GUI_AddControl("Scroller", "Red", 50, 0, 100) h2 =...
... well, yeah, of course. the free version dates back to February 2004, the PD Help manual is based on this year's version 3. ... that might be a dpi or font...
If you're interested in making your digital art known and seen, you might want to submit it or your articles about your digital art experiments and experiences...
... Well, no. We both quoted wrong! :) It's: cycles = 0 I hate mailing list for not being able to edit a post! :) Better to repost it entirely: function...
hello Have the PD pro demo and I want to learn to use the animation tool. I need to see if I can use it in my artvideos. I want to draw "live" /fast landscape...
not sure if I understand what you're trying,.... but.... have you tried the dryout parameter (brush options - click 'o') you might want to try this: Use a...
I've been dabbling with the Perlin Noise in the animated Timeline editor, along with other fx filters across the timeline. very cool stuff. Here is a new...
I am trying to clone a section of a drawing by using the Panto tool. Help says that one should shift-click to select the area. I do that and nothing happens. ...
... It's alt now. ... There are other methods worth exploring. Using custom brushes, or the rubthrough mode comes to mind. ... It's not so much shift as it is...
heya, I've been blessed to have Jack Whitney's ok for a making set of tutorials that will be using some of his animations as example. Jack's a pure Mac user,...