如何从 CGRectMake 的图像中获取坐标

发布于 2024-09-06 08:12:36 字数 256 浏览 3 评论 0原文

是否有一个程序,您可以在图像的特定区域周围拖动一个框,它会给您需要输入到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半枫 2024-09-13 08:12:36

您已在 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...

孤独患者 2024-09-13 08:12:36

您的图像处理软件是一个不错的选择。即,如果您在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文