dudeks Posted November 9, 2012 Share Posted November 9, 2012 Hello. I had a problem with guiCreateStaticImage. 1 pixel border on the left side of image is a 1 pixel border size from image right side, why? Image width: 319 and height: 400. image = guiCreateStaticImage((sx/2) - 319, (sy/2)-200, 319, 400, "img.PNG", false, rootimg) Link to comment
manve1 Posted November 9, 2012 Share Posted November 9, 2012 image = guiCreateStaticImage((600/sx), (800/sy), (319/sx), (400/sy), "img.png", false, rootimg) Link to comment
manve1 Posted November 11, 2012 Share Posted November 11, 2012 you sure that the picture isn't like that in the .png or /gif or whatever format it is file? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now