PDA

View Full Version : Fireworks Rotate Image.



Templarian
July 2nd, 2006, 12:39 AM
When i rotate images it lieks to antialias the edges of pixels together this makes no sense why its doing this becuase it should just be rotating it.

How do I make it not AA when rotating.

REEFˇ
July 2nd, 2006, 12:41 AM
Well it makes perfect sense...the pixels arent in original orientation anymore and they arent lined up like they used to be. Of course that should make edges not perfect therefore rendering a blurrier edge.

Templarian
July 2nd, 2006, 12:48 AM
... why do they have to code there rotation so fancey they could just do it the simple way. Its just annoying becuase im trying to keep the colors all the same.

REEFˇ
July 2nd, 2006, 12:49 AM
Rotating in perfect numbers like 90, 180 and 270 will keep original orientation. A non-perfect degree like 10 wont exactly well line up on the same coordinates (you get what I mean).

Just how exactly is the color changing from rotation?

Templarian
July 2nd, 2006, 12:54 AM
I am rotating 90's lol thats what bugging me. It just changing the colors an unnoticable amout on the monitor but changing their hex values.

hybrid101
July 2nd, 2006, 05:07 AM
you actually checked their hax values?
post a before and after screenshot. or better yet, use photoshop instead
(i'd do it for ya;))

senocular
July 2nd, 2006, 09:06 AM
try converting it into a symbol first. Also make sure you dont have less accurate but faster sampling checked in the preferences

Templarian
July 2nd, 2006, 12:42 PM
Thanks you were right sen its interpolation option had to be set to nearest neighbor.