{"id":182,"date":"2025-03-18T20:12:37","date_gmt":"2025-03-18T11:12:37","guid":{"rendered":"https:\/\/cg-method.com\/photoshop\/?p=182"},"modified":"2026-09-20T14:57:24","modified_gmt":"2026-09-20T05:57:24","slug":"create-custom-document","status":"publish","type":"post","link":"https:\/\/cg-method.com\/photoshop\/create-custom-document\/","title":{"rendered":"Photoshop\u30b9\u30af\u30ea\u30d7\u30c8\uff08jsx\uff09\u2502\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u3092\u300c\u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u300d\u306b\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Photoshop\u3067<strong>\u65b0\u898f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4f5c\u6210\u3059\u308b\u3068\u540c\u6642\u306b\u3001\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u3092\u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u306b\u5909\u66f4<\/strong>\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001<strong>\u6307\u5b9a\u30b5\u30a4\u30ba\u306e\u80cc\u666f\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u4f5c\u6210<\/strong>\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u6982\u8981<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u30cf\u30fc\u30d5HD\u30b5\u30a4\u30ba\uff081280\u00d7720\uff09\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4f5c\u6210<\/strong><\/li>\n\n\n\n<li><strong>\u80cc\u666f\u3092\u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\uff08\u7dd1\uff09\u306b\u8a2d\u5b9a<\/strong><\/li>\n\n\n\n<li><strong>\u30de\u30b9\u30af\u3092\u524a\u9664\u3057\u3001\u521d\u671f\u306e\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u3092\u524a\u9664<\/strong><\/li>\n\n\n\n<li><strong>\u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u540d\u3092\u300c\u80cc\u666f\u300d\u306b\u5909\u66f4<\/strong><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u3092\u300c\u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u300d\u306b\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">STEP 1\uff1a\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u914d\u7f6e<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><code>createCustomDocument.jsx<\/code>\u3068\u3044\u3046\u540d\u524d\u3067\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4fdd\u5b58\u3057\u307e\u3059\u3002<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>createCustomDocument.jsx<\/strong><\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-js\" data-lang=\"JavaScript\"><code>createDocument(1280,720); \/\/ \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u65b0\u898f\u4f5c\u6210\nmakeSolidFill(0,255,0);   \/\/ \u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u306e\u4f5c\u6210\nremoveMask();             \/\/ \u30de\u30b9\u30af\u306e\u524a\u9664\ndeleteBackGround();       \/\/ \u521d\u671f\u306e\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u3092\u524a\u9664\nrenameBackGround();       \/\/ \u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u306e\u30ea\u30cd\u30fc\u30e0\n\nfunction createDocument(width, height){\n    preferences.rulerUnits = Units.PIXELS;  \/\/ \u5358\u4f4d\u3092\u8a2d\u5b9a\n    app.documents.add(width, height);       \/\/ \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4f5c\u6210\uff08\u5e45, \u9ad8\u3055\uff09\n}\n\nfunction deleteBackGround(){\n    documentObject = activeDocument.artLayers;\n    documentObject[documentObject.length-1].remove();   \/\/ \u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u306e\u524a\u9664\n}\n\nfunction renameBackGround(){\n    documentObject = activeDocument.artLayers;\n    documentObject[documentObject.length-1].name = &quot;\u80cc\u666f&quot;;\n}\n\nfunction makeSolidFill(redC, greenC, blueC){\n    var idMk = charIDToTypeID( &quot;Mk  &quot; );\n    var desc15 = new ActionDescriptor();\n    var idnull = charIDToTypeID( &quot;null&quot; );\n    var ref4 = new ActionReference();\n    var idcontentLayer = stringIDToTypeID( &quot;contentLayer&quot; );\n    ref4.putClass( idcontentLayer );\n    desc15.putReference( idnull, ref4 );\n    var idUsng = charIDToTypeID( &quot;Usng&quot; );\n    var desc16 = new ActionDescriptor();\n    var idType = charIDToTypeID( &quot;Type&quot; );\n    var desc17 = new ActionDescriptor();\n    var idClr = charIDToTypeID( &quot;Clr &quot; );\n    var desc18 = new ActionDescriptor();\n    var idRd = charIDToTypeID( &quot;Rd  &quot; );\n    desc18.putDouble( idRd, redC); \/\/ Red\n    var idGrn = charIDToTypeID( &quot;Grn &quot; );\n    desc18.putDouble( idGrn, greenC); \/\/ Green\n    var idBl = charIDToTypeID( &quot;Bl  &quot; );\n    desc18.putDouble( idBl, blueC); \/\/ Blue\n    var idRGBC = charIDToTypeID( &quot;RGBC&quot; );\n    desc17.putObject( idClr, idRGBC, desc18 );\n    var idsolidColorLayer = stringIDToTypeID( &quot;solidColorLayer&quot; );\n    desc16.putObject( idType, idsolidColorLayer, desc17 );\n    var idcontentLayer = stringIDToTypeID( &quot;contentLayer&quot; );\n    desc15.putObject( idUsng, idcontentLayer, desc16 );\n    executeAction( idMk, desc15, DialogModes.NO );\n}\n\nfunction removeMask(){\n    var idDlt = charIDToTypeID( &quot;Dlt &quot; );\n    var desc21 = new ActionDescriptor();\n    var idnull = charIDToTypeID( &quot;null&quot; );\n    var ref5 = new ActionReference();\n    var idChnl = charIDToTypeID( &quot;Chnl&quot; );\n    var idMsk = charIDToTypeID( &quot;Msk &quot; );\n    ref5.putEnumerated( idChnl, idChnl, idMsk );\n    desc21.putReference( idnull, ref5 );\n    executeAction( idDlt, desc21, DialogModes.NO );\n}\n<\/code><\/pre><\/div>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Photoshop\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a9\u30eb\u30c0\u30fc\u306b\u30d5\u30a1\u30a4\u30eb\u3092\u79fb\u52d5\u3057\u307e\u3059\u3002<\/li>\n<\/ol>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>C:\\Program Files\\Adobe\\Adobe Photoshop CC\\Presets\\Scripts\\<\/code><\/pre><\/div>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Photoshop\u3092\u518d\u8d77\u52d5\u3057\u307e\u3059\u3002<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">STEP 2\uff1a\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>[\u30d5\u30a1\u30a4\u30eb]<\/strong> \u2192 <strong>[\u30b9\u30af\u30ea\u30d7\u30c8]<\/strong> \u2192 <strong>[createCustomDocument]<\/strong>\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30cf\u30fc\u30d5HD\u30b5\u30a4\u30ba\uff081280\u00d7720\uff09\u306e\u65b0\u898f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u4f5c\u6210\u3055\u308c\u3001\u80cc\u666f\u304c\u7dd1\u8272\u306e\u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u306b\u306a\u308a\u307e\u3059\u3002<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Photoshop\u306e\u4ed6\u306e\u64cd\u4f5c\u306b\u3064\u3044\u3066\u306f\u3001\u4ee5\u4e0b\u306e\u95a2\u9023\u8a18\u4e8b\u3067\u3082\u89e3\u8aac\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n<div class=\"swell-block-postLink\">\t\t\t<div class=\"p-blogCard -internal\" data-type=\"type1\" data-onclick=\"clickLink\">\n\t\t\t\t<div class=\"p-blogCard__inner\">\n\t\t\t\t\t<span class=\"p-blogCard__caption\">\u3042\u308f\u305b\u3066\u8aad\u307f\u305f\u3044<\/span>\n\t\t\t\t\t<div class=\"p-blogCard__thumb c-postThumb\"><figure class=\"c-postThumb__figure\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2026\/09\/photoshop-matome-3-300x169.jpg\" alt=\"\" class=\"c-postThumb__img u-obf-cover\" width=\"320\" height=\"180\"><\/figure><\/div>\t\t\t\t\t<div class=\"p-blogCard__body\">\n\t\t\t\t\t\t<a class=\"p-blogCard__title\" href=\"https:\/\/cg-method.com\/photoshop\/photoshop-matome\/\">Photoshop\u306e\u4f7f\u3044\u65b9\u307e\u3068\u3081\uff5c\u30ec\u30a4\u30e4\u30fc\u64cd\u4f5c\u30fb\u66f8\u304d\u51fa\u3057\u30fb\u30b9\u30af\u30ea\u30d7\u30c8<\/a>\n\t\t\t\t\t\t<span class=\"p-blogCard__excerpt\">Photoshop\u306e\u8a18\u4e8b\u3092\u3001\u3084\u308a\u305f\u3044\u3053\u3068\u304b\u3089\u63a2\u305b\u308b\u3088\u3046\u306b\u5206\u985e\u3057\u307e\u3057\u305f\u3002 \u540c\u3058\u4f5c\u696d\u3092\u4f55\u5ea6\u3082\u7e70\u308a\u8fd4\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u9805\u76ee\u3082\u3054\u89a7\u304f\u3060\u3055\u3044\u3002 \u5404\u30ab\u30c6\u30b4\u30ea\u30fc\u306f\u95b2\u89a7\u6570\u306e\u591a&#8230;<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n<!-- cgm-topic:start -->\n\n\n<p class=\"wp-block-paragraph\">\u30b7\u30a7\u30a4\u30d7\u3084\u5857\u308a\u3092\u4f5c\u308b\u65b9\u6cd5\u306f\u3001\u307b\u304b\u306b\u3082\u66f8\u3044\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n<div class=\"swell-block-postLink\">\t\t\t<div class=\"p-blogCard -internal\" data-type=\"type1\" data-onclick=\"clickLink\">\n\t\t\t\t<div class=\"p-blogCard__inner\">\n\t\t\t\t\t<span class=\"p-blogCard__caption\">\u3042\u308f\u305b\u3066\u8aad\u307f\u305f\u3044<\/span>\n\t\t\t\t\t<div class=\"p-blogCard__thumb c-postThumb\"><figure class=\"c-postThumb__figure\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2025\/03\/illustrator-shape-conversion-300x169.jpg\" alt=\"\" class=\"c-postThumb__img u-obf-cover\" width=\"320\" height=\"180\"><\/figure><\/div>\t\t\t\t\t<div class=\"p-blogCard__body\">\n\t\t\t\t\t\t<a class=\"p-blogCard__title\" href=\"https:\/\/cg-method.com\/photoshop\/photoshop%e2%94%82illustrator%e3%81%ae%e3%83%87%e3%83%bc%e3%82%bf%e3%82%92%e3%82%b7%e3%82%a7%e3%82%a4%e3%83%97%e3%81%ab%e5%a4%89%e6%8f%9b%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95\/\">Photoshop\u2502Illustrator\u306e\u30c7\u30fc\u30bf\u3092\u30b7\u30a7\u30a4\u30d7\u306b\u5909\u63db\u3059\u308b\u65b9\u6cd5<\/a>\n\t\t\t\t\t\t<span class=\"p-blogCard__excerpt\">Illustrator\u304b\u3089Photoshop\u3078\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf\u3092\u30b3\u30d4\u30fc\u3059\u308b\u969b\u306f\u3001\u8cbc\u308a\u4ed8\u3051\u5f62\u5f0f\u306b\u3088\u3063\u3066\u30a8\u30c3\u30b8\u306e\u63cf\u753b\u54c1\u8cea\u304c\u5909\u5316\u3059\u308b\u305f\u3081\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059\u3002 \u3053\u306e\u8a18\u4e8b\u3067\u306f\u3001Photoshop\u5074\u3067\u30d1\u30b9&#8230;<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n<div class=\"swell-block-postLink\">\t\t\t<div class=\"p-blogCard -internal\" data-type=\"type1\" data-onclick=\"clickLink\">\n\t\t\t\t<div class=\"p-blogCard__inner\">\n\t\t\t\t\t<span class=\"p-blogCard__caption\">\u3042\u308f\u305b\u3066\u8aad\u307f\u305f\u3044<\/span>\n\t\t\t\t\t<div class=\"p-blogCard__thumb c-postThumb\"><figure class=\"c-postThumb__figure\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2025\/03\/tips-300x169.jpg\" alt=\"\" class=\"c-postThumb__img u-obf-cover\" width=\"320\" height=\"180\"><\/figure><\/div>\t\t\t\t\t<div class=\"p-blogCard__body\">\n\t\t\t\t\t\t<a class=\"p-blogCard__title\" href=\"https:\/\/cg-method.com\/photoshop\/tips\/\">Photoshop\u2502\u4fbf\u5229\u306a\u5c0f\u6280\u96c6<\/a>\n\t\t\t\t\t\t<span class=\"p-blogCard__excerpt\">Photoshop\u3092\u4f7f\u3063\u3066\u3044\u308b\u3068\u3001\u4f5c\u696d\u3092\u52b9\u7387\u5316\u3067\u304d\u308b\u4fbf\u5229\u306a\u6a5f\u80fd\u3084\u64cd\u4f5c\u65b9\u6cd5\u304c\u591a\u304f\u3042\u308a\u307e\u3059\u3002 \u672c\u8a18\u4e8b\u3067\u306f\u3001\u77e5\u3063\u3066\u304a\u304f\u3068\u4f5c\u696d\u52b9\u7387\u304c\u4e0a\u304c\u308b\u4fbf\u5229\u306a\u5c0f\u6280\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 \u81ea\u52d5\u9078\u629e\u306e\u5207&#8230;<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n<div class=\"swell-block-postLink\">\t\t\t<div class=\"p-blogCard -internal\" data-type=\"type1\" data-onclick=\"clickLink\">\n\t\t\t\t<div class=\"p-blogCard__inner\">\n\t\t\t\t\t<span class=\"p-blogCard__caption\">\u3042\u308f\u305b\u3066\u8aad\u307f\u305f\u3044<\/span>\n\t\t\t\t\t<div class=\"p-blogCard__thumb c-postThumb\"><figure class=\"c-postThumb__figure\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2025\/03\/corner-editor-300x169.jpg\" alt=\"\" class=\"c-postThumb__img u-obf-cover\" width=\"320\" height=\"180\"><\/figure><\/div>\t\t\t\t\t<div class=\"p-blogCard__body\">\n\t\t\t\t\t\t<a class=\"p-blogCard__title\" href=\"https:\/\/cg-method.com\/photoshop\/corner-editor\/\">Photoshop\u30b9\u30af\u30ea\u30d7\u30c8\uff08jsx\uff09\u2502\u30b7\u30a7\u30a4\u30d7\u306e\u89d2\u3092\u4e38\u304f\u3059\u308b\u65b9\u6cd5<\/a>\n\t\t\t\t\t\t<span class=\"p-blogCard__excerpt\">Photoshop\u3067\u306f\u5bfe\u5fdc\u3059\u308b\u30e9\u30a4\u30d6\u30b7\u30a7\u30a4\u30d7\u306e\u89d2\u4e38\u3092\u6a19\u6e96\u6a5f\u80fd\u3067\u8abf\u6574\u3067\u304d\u307e\u3059\u3002 \u307e\u305a\u30d7\u30ed\u30d1\u30c6\u30a3\u3084\u30b7\u30a7\u30a4\u30d7\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 \u3053\u306e\u8a18\u4e8b\u306f\u3001\u6a19\u6e96\u306e\u8abf\u6574\u3067\u306f\u6271\u3048\u306a&#8230;<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n<div class=\"swell-block-postLink\">\t\t\t<div class=\"p-blogCard -internal\" data-type=\"type1\" data-onclick=\"clickLink\">\n\t\t\t\t<div class=\"p-blogCard__inner\">\n\t\t\t\t\t<span class=\"p-blogCard__caption\">\u3042\u308f\u305b\u3066\u8aad\u307f\u305f\u3044<\/span>\n\t\t\t\t\t<div class=\"p-blogCard__thumb c-postThumb\"><figure class=\"c-postThumb__figure\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cg-method.com\/photoshop\/wp-content\/uploads\/2025\/03\/create-shape-from-layer-300x169.jpg\" alt=\"\" class=\"c-postThumb__img u-obf-cover\" width=\"320\" height=\"180\"><\/figure><\/div>\t\t\t\t\t<div class=\"p-blogCard__body\">\n\t\t\t\t\t\t<a class=\"p-blogCard__title\" href=\"https:\/\/cg-method.com\/photoshop\/create-shape-from-layer\/\">Photoshop\u30b9\u30af\u30ea\u30d7\u30c8\uff08jsx\uff09\u2502\u9078\u629e\u3057\u305f\u30ec\u30a4\u30e4\u30fc\u30b5\u30a4\u30ba\u306e\u30b7\u30a7\u30a4\u30d7\u3092\u4f5c\u6210\u3059\u308b\u65b9\u6cd5<\/a>\n\t\t\t\t\t\t<span class=\"p-blogCard__excerpt\">Photoshop\u3067\u9078\u629e\u3057\u305f\u30ec\u30a4\u30e4\u30fc\u306e\u30b5\u30a4\u30ba\u3092\u53d6\u5f97\u3057\u3001\u540c\u30b5\u30a4\u30ba\u306e\u30b7\u30a7\u30a4\u30d7\u3092\u4f5c\u6210\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 \u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u3048\u3070\u3001\u9078\u629e\u30ec\u30a4\u30e4\u30fc\u3068\u540c\u3058\u5927\u304d\u3055\u306e\u30b7\u30a7\u30a4\u30d7&#8230;<\/span>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\n<!-- cgm-topic:end -->\n\n\n<h2 class=\"wp-block-heading\">\u307e\u3068\u3081<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u3088\u308a\u65b0\u898f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210\u3068\u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u3078\u306e\u5909\u66f4\u3092\u4e00\u62ec\u51e6\u7406\u3067\u304d\u308b<\/strong><\/li>\n\n\n\n<li><strong>Live2D\u30fb\u52d5\u753b\u5236\u4f5c\u30fb\u30b2\u30fc\u30e0UI\u306e\u7d20\u6750\u4f5c\u6210\u4f5c\u696d\u3092\u52b9\u7387\u5316\u3067\u304d\u308b<\/strong><\/li>\n\n\n\n<li><strong>\u521d\u671f\u80cc\u666f\u306e\u524a\u9664\u3084\u30ea\u30cd\u30fc\u30e0\u306e\u624b\u9593\u3092\u524a\u6e1b\u3067\u304d\u308b<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\u5b9a\u578b\u30b5\u30a4\u30ba\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210\u3092\u983b\u7e41\u306b\u884c\u3046\u5834\u5408\u306f\u3001<strong>\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u53d6\u308a\u5165\u308c\u3066\u4f5c\u696d\u3092\u52b9\u7387\u5316<\/strong>\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Photoshop\u3067\u65b0\u898f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4f5c\u6210\u3059\u308b\u3068\u540c\u6642\u306b\u3001\u80cc\u666f\u30ec\u30a4\u30e4\u30fc\u3092\u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u306b\u5909\u66f4\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002 \u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u6307\u5b9a\u30b5\u30a4\u30ba\u306e\u80cc\u666f\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u4f5c\u6210\u3067\u304d\u307e\u3059\u3002 \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u6982\u8981 \u80cc [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":183,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pochipp_cv_data":"","swell_btn_cv_data":"","ssp_meta_description":"\u65b0\u898f\u4f5c\u6210\u3068\u540c\u6642\u306b\u80cc\u666f\u3092\u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u306b\u3059\u308bPhotoshop\u30b9\u30af\u30ea\u30d7\u30c8\uff08jsx\uff09\u306e\u30b3\u30fc\u30c9\u3068\u4f7f\u3044\u65b9\u3092\u89e3\u8aac\u3002createCustomDocument.jsx\u306e\u914d\u7f6e\u304b\u3089\u5b9f\u884c\u307e\u3067\u306e2\u30b9\u30c6\u30c3\u30d7\u3067\u30011280\u00d7720px\u306e\u80cc\u666f\u4f5c\u6210\u3092\u81ea\u52d5\u5316\u3067\u304d\u307e\u3059\u3002","ssp_meta_title":"Photoshop\u80cc\u666f\u3092\u5857\u308a\u3064\u3076\u3057\u30ec\u30a4\u30e4\u30fc\u306b\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8","ssp_meta_robots":"","ssp_meta_canonical":"","ssp_meta_image":"","ssp_meta_keyword":"","book_review_data":"","footnotes":""},"categories":[11],"tags":[9],"class_list":["post-182","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-layer-shape-creation","tag-free"],"_links":{"self":[{"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/posts\/182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/comments?post=182"}],"version-history":[{"count":5,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/posts\/182\/revisions"}],"predecessor-version":[{"id":1112,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/posts\/182\/revisions\/1112"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/media\/183"}],"wp:attachment":[{"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/media?parent=182"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/categories?post=182"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cg-method.com\/photoshop\/wp-json\/wp\/v2\/tags?post=182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}