如何从 CGRectMake 的图像中获取坐标
是否有一个程序,您可以在图像的特定区域周围拖动一个框,它会给您需要输入到 CGRectMake 中的坐标?
//The numbers in here
CCSprite *sprite = [CCSprite spriteWithSpriteSheet:spriteSheet rect:CGRectMake(608,6,44,45)];
我知道的方法是通过猜测,每次都重新编译,直到我得到正确的结果......必须有更好的方法。
Is there a program, that you can drag a box around a specific area of an image, and it will give you the coordinates you need to input into CGRectMake
?
//The numbers in here
CCSprite *sprite = [CCSprite spriteWithSpriteSheet:spriteSheet rect:CGRectMake(608,6,44,45)];
The way i do it know, is by guessing, and recompiling every time till i get it right... there has to be a better way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您已在 Mac 上预装了 Pixie 应用程序。
我不是设计师,也没有像 Photoshop 这样的工具,所以 Pixie 很好地满足了我的需求。
您最好在首选项中更改的一件事是选中“鼠标热点”复选框,以便您将在中心看到当前像素......
You have the Pixie app pre-installed on Mac.
I am not a designer and don't have tools like Photoshop, so Pixie does quite a good job for my needs.
One thing that you are better to change in the Preferences is to check the "Mouse Hot Spot" checkbox so that you will see the current pixel in the center...
您的图像处理软件是一个不错的选择。即,如果您在 Photoshop 中选择一个区域,信息面板将为您提供此信息。
Your image processing software is a good candidate. I.e. if you select a region in Photoshop, the info panel will give you this information.