I am making a game using racket and need a background bitmap image. But the image I have selected is too big. How do I change the size? What I have:
(bitmap/url "http://www.example.com/")
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Import this package:
And use the shrink procedures defined in that package.
EDIT :
As has been pointed out in the comments, 2htdp/image would be a better alternative:
Take a look at the scale procedure.