loonghao / photoshop-python-api

Python API for Photoshop.
https://loonghao.github.io/photoshop-python-api/
MIT License
604 stars 68 forks source link

selection.select()如何设置只选中文字 #284

Open Roffy-Luo opened 11 months ago

Roffy-Luo commented 11 months ago

使用selection.select(((offset, offset), (w-offset, offset), (w-offset, h-offset),(offset, h-offset)))实际是 “套索”选中,实际需要”快速“选中。 需要选中文字,保存到专色通道中。

Issues-translate-bot commented 11 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Title: selection.select() How to set only selected text