Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用racket并需要背景 bitmap图片制作游戏。但是我选择的图像太大了。如何更改尺寸?是)我有的:
racket
bitmap
(bitmap/url "http://www.example.com/")
导入这个包:
(require htdp/image)
并使用该包中定义的收缩程序。
编辑 :
正如评论中所指出的,2htdp/image将是一个更好的选择:
(require 2htdp/image)
看一下缩放过程。