Flash vs. raster images
I need to know the difference in how these two draw things. Here are some stuff in what I M thinking.
Raster
-think of it like a graph where each pixel is told what color to be (by rgb or hex???)
Flash (vector)
-Draws stuff by saying what to draw. Can you give me an example of how a circle and rectangle would be drawen in flash? WOuld it be like:
Circle
-center (123,40)
-radius 32
-border 5
-color (123,42,85)
-bordercolor (52,71,191)
-bordertype solid
-would they not have radius and have diameter or something like that?
Rectangle
-4points (45,72)(69,72)(45,12)(69,12)
-border 5
-color (123,42,85)
-bordercolor (52,71,191)
-bordertype solid
Moderate at JavaScriptCity Forums
Suzanne posted this at 04:35 — 22nd June 2000.
She has: 5,507 posts
Joined: Feb 2000
www.gettingstarted.net
It explains vector vs. raster very clearly.
Basically, you have it right. Vector is the programming, so it resizes easily, raster is an actual pixel by pixel "map" of the image that is redrawn precisely and resizes very poorly.
Suzanne
------------------
Zero Cattle
Suzanne
Tables DeMystified
Arielladog posted this at 19:17 — 22nd June 2000.
They have: 122 posts
Joined: Jun 1999
thanxs, that place is great.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.