This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 選択オブジェクトまたはその配列から、 | |
| * 配置画像(PlacedItem)の長辺・短辺(ポイント値)を再帰的に探索し取得する | |
| * | |
| * @param {PageItem|Array} selection - Illustratorの選択オブジェクト、またはその配列 | |
| * @returns {Array} [{ longSide: Number, shortSide: Number, placedItem: PlacedItem }] | |
| */ | |
| function getPlacedItemsLongAndShortSides(selection) { | |
| // 再帰的に配置画像を収集 | |
| function collectPlacedItems(pageItem, result) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| <javascriptresource> | |
| <name>疑似網点生成CMYK</name> | |
| <category>YPresets</category> | |
| </javascriptresource> | |
| */ | |
| // Ver 1.0 (2025/10/02) | |
| (function () { |
NewerOlder