Is this image looking ok? 3D effect on musical note Please see attached image. Is the shadow looking like a shadow? Thanks
What are you using for your images? You've still got the "step" look going and what happened here? you have line accentuating each step!
I'm still using PHP and GD I think that "step" look is happening because of repositioning the image on top of each other again and again, trying to get an angle/sliding move, like from top left towards center... Wait, I will show another image with a different PHP function.
Is this image somewhat better? I am sorry for the trouble. My problem is that my eye sight is not good. So the "steps" you are seeing, I cannot see those. Neither can I see those line variations that you mentioned. This is the whole reason why I am trying to code some basic styles in PHP, so that I won't have to use "mouse based" photoshop...
ok, gd explains a lot. Are you able to create the image straight and then rotate it? that latest one is much better.
Yes, I can create the shape straight and then can rotate it and do other things. The "step" look can be reduced by applying a blur, but that is causing other problems. Hope I can get this done right...