{"componentChunkName":"component---src-templates-post-query-tsx","path":"/2012/02/tutorial-how-to-add-a-watermark-on-a-photo-using-adobe-photoshop/","result":{"pageContext":{"post":{"slug":"/2012/02/tutorial-how-to-add-a-watermark-on-a-photo-using-adobe-photoshop/","title":"Tutorial: How to Add a Watermark on a Photo using Adobe Photoshop","date":"Feb 12, 2012","timeToRead":2,"description":"Since a couple of friends have asked how I add watermarks to my photos, I thought I'd share this tutorial. A watermark is a layer of text or symbol digitally stamped on an online photo, like a signature.","body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Tutorial: How to Add a Watermark on a Photo using Adobe Photoshop\",\n  \"date\": \"2012-02-12\",\n  \"template\": \"post\",\n  \"draft\": \"\",\n  \"slug\": \"tutorial-how-to-add-a-watermark-on-a-photo-using-adobe-photoshop\",\n  \"postedLink\": \"https://jamminglobal.com/2012/02/tutorial-how-to-add-a-watermark-on-a-photo-using-adobe-photoshop.html\",\n  \"tags\": \"Tech\",\n  \"description\": \"Since a couple of friends have asked how I add watermarks to my photos, I thought I'd share this tutorial. A watermark is a layer of text or symbol digitally stamped on an online photo, like a signature.\",\n  \"banner\": \"\"\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"12 February 2012\"), mdx(\"p\", null, \"Since a couple of friends have asked how I add watermarks to my photos, I thought I'd share this tutorial.\"), mdx(\"p\", null, \"A watermark is a layer of text or symbol digitally stamped on an online photo, like a signature.\"), mdx(\"p\", null, \"I'm using Adobe Photoshop 6.0 in this tutorial. I know it's ancient by today's standards, but hey, it does what I need and much more. So, why upgrade? This is also a very manual process as I want control over where the watermark is placed on each photo. Automatic batch software places the watermark in the same location, sometimes affecting the visual content of the photo.\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Step 1:\"), \" Select \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Show Layers\"), \" under the \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Window\"), \" tab\\n\", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Step 2:\"), \" \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"File > New\"), \". Set \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Width\"), \" and \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Height\"), \" to 400 pixels and 50 pixels. Select the \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Transparent\"), \" radio button in the \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Contents\"), \" box. Give the new file a name as this will be your original watermark file (save in \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \".psd\"), \") and click OK. I'm working with photos that are resized to 1600 pixels, so adjust the size of your watermark according to your photo's size. \"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Step 3:\"), \" Select the \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Type Tool\"), \" and type in your watermark, like your website address. To get a copyright symbol, you can copy this one: \\xA9, or insert it from MS Word (\", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Insert > Symbol\"), \"). \"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Step 4:\"), \" Highlight the text of your watermark and change the text color to all white (#FFFFFF). \"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Step 5:\"), \" In the \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Layers\"), \" window (bottom-right), set the \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"opacity\"), \" of your watermark layer to \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"25%\"), \". This will give it that transparent look and reduce its visual impact. \"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Step 6:\"), \" Open the photo you want to watermark. \", mdx(\"img\", _extends({\n    parentName: \"p\"\n  }, {\n    \"src\": \"https://jammin.smugmug.com/photos/i-bf5vf5k/0/L/i-bf5vf5k-L.jpg\",\n    \"alt\": null\n  }))), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Step 7:\"), \" Adjust the window sizes so that you can see both windows. Select the \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Move Tool\"), \" on the toolbar, click on your watermark and drag it onto the photo. Now position the watermark on your photo. I like to place it so that the photo's visual content isn't affected much. If you have a high value photo, then feel free to make the watermark as big as you please. \"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Step 8:\"), \" Depending on the background colors, I adjust the opacity of the watermark. Being a dark background, I adjusted the \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"opacity\"), \" here to \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"10%\"), \". \"), mdx(\"p\", null, \"That's it. Click save. Either save it as a new file or overwrite your resized image.\"), mdx(\"p\", null, \"Tip: I also create a second watermark file and leave that text as all black (#000000), as on some backgrounds, that will blend better.\"), mdx(\"p\", null, \"Let me know if anything's not clear.\"), mdx(\"p\", null, \"Next: \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/\"\n  }), \"Home page\")));\n}\n;\nMDXContent.isMDXComponent = true;","tags":[{"name":"Tech","slug":"tech"}],"banner":null}}},"staticQueryHashes":["318001574","3787687951","3787687951","988380150"]}