{"id":487,"date":"2023-02-15T08:46:56","date_gmt":"2023-02-15T08:46:56","guid":{"rendered":"https:\/\/www.tools.keywordfinder.us\/?page_id=487"},"modified":"2023-04-18T16:30:20","modified_gmt":"2023-04-18T16:30:20","slug":"nef-converter","status":"publish","type":"page","link":"https:\/\/tools.billionsideas.com\/de\/nef-converter\/","title":{"rendered":"NEF Converter"},"content":{"rendered":"<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<link rel=\"stylesheet\" type=\"text\/css\" href=\"styles.css\">\n\n      <center><section>\n      <h1>NEF Converter<\/h1>\n          <h5>PNG, JPG, JPEG, WEBP, ICO, BMP, AVIF, TIF, TIFF, GIF, BIN to NEF Converter<\/h5>\n<p><\/p><br>\n              <input type=\"file\" id=\"fileInput\" onchange=\"convertJPGtoNEF()\">\n        <br> <br>\n        <img id=\"convertedImage\" style=\"display: none;\">\n        <br>\n        <a id=\"downloadLink\" style=\"display: none;\">Download NEF<\/a><br>\n    <\/section>\n<\/center>\n<style>\n\nsection{text-align:center}\n\n\/* Button Styles *\/\nbutton, .button, #button, btn, .btn, #btn, downloadlink,  #download-button, #button-copy, button-copy, copy-button, #copy-button, #copy, copy, #download-html-button{\n  display: inline-block;\n  padding: 12px 24px;\n  font-size: 16px;\n  font-weight: 500;\n  color: #ffffff;\n  text-transform: uppercase;\n  text-decoration: none;\n  text-align: center;\n  border-radius: 30px;\n  background-image: linear-gradient(to right, #0088FF, #0088FF);\n  border: 3px solid #fff;\n  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);\n  transition: all 0.3s ease;\n  margin:0 auto;\n  margin-top:11px;\n  margin-bottom:11px;\n  text-shadow: 2px 2px 4px #333;\n}\n\n\/* Button Hover State *\/\nbutton:hover {\n  background-image: linear-gradient(to right, #FF1493, #FF1493);\n  border: 3px solid #ffffff;\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n}\n\n -input{\n  width: 25%;\n  height: 100%;\n  padding: 5px;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;\n  border-radius: 5px;\n  box-shadow: 2px 2px 5px #ccc;\n  transition: all 0.2s ease-in-out;\n  margin-top:10px;margin-bottom:10px;\n  margin:0 auto;\n}\n\ninput[type=file]::file-selector-button {\n  display: inline-block;\n  padding: 1.0rem 1rem;\n  font-size: 1.125rem;\n  font-weight: bold;\n  color: #fff;\n  text-align: center;\n  text-transform: uppercase;\n  background-color: #0088FF;\n  border-radius: 0rem;\n  cursor: pointer;\n  transition: background-color 0.2s ease-in-out;\n  border: 0px solid #fff;\n  width:100%;\n  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);\n}\n\ninput[type=file]::file-selector-button:hover {\n  background-color: #5b52d6;\n}\n\ninput[type=file]::file-selector-button:active {\n  background-color: #4a41ad;\n}\n\ninput[type=file]::file-selector-button:focus {\n  outline: none;\n  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6c63ff;\n}\n\ninput[type=file]::file-selector-button::before {\n  content: \"Select File\";\n}\n\ninput[type=file]::file-selector-button::before,\ninput[type=file]::file-selector-button::before {\n  content: \"\\2193 Browse Files\";\n}\n\n\ninput[type=\"file\"] {\n  display: yes;\n}\ninput[type=\"text\"], input[type=\"url\"] {\n  width: 80%;\n  height: 50px;\n  padding: 5px;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;\n  border-radius: 5px;\n  box-shadow: 2px 2px 5px #ccc;\n  transition: all 0.2s ease-in-out;\n  margin-top:10px;margin-bottom:10px;\n  margin:0 auto;\n}\ninput[type=\"number\"], select {\n  width: 30%;\n  height: 50px;\n  padding: 5px;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;\n  border-radius: 5px;\n  box-shadow: 2px 2px 5px #ccc;\n  transition: all 0.2s ease-in-out;\n  margin-top:10px;margin-bottom:10px;\n  margin:0 auto;\n}\n\ntextarea {\n  width: 100%;\n  height: 170px;\n  padding: 10px;\n  font-size: 16px;\n  font-family: Arial, sans-serif;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;\n  border-radius: 5px;\n  box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;  \n  transition: all 0.2s ease-in-out;\n  margin-top:10px;margin-bottom:10px;\n  margin:0 auto;\n}\n\ntextarea:hover {\n  border-color: #06c;\n  box-shadow: 2px 2px 10px #06c;\n}\n\ntextarea:focus {\n  outline: none;\n  border-color: #06c;\n  box-shadow: 2px 2px 10px #06c;\n}\n\ncanvas, #image-container, .img, #img, image, .image, #image, #convertedImage, #preview-image {\n  border: 5px solid;\n  border-image: linear-gradient(to bottom, #007bff, #00f260);\n  border-image-slice: 1;\n  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);\n  margin-top:10px;margin-bottom:10px;\n  width:90%;\n  margin:0 auto;padding:15px;\n\n}\n\n#image-container img {\n  max-width: 100%;\n  }\n\ncode, pre, .result, output, #output, .output {\n  font-family: Monaco, Consolas, \"Andale Mono\", \"DejaVu Sans Mono\", monospace;\n  font-size: 0.9em;\n  color: #333;\n  background-color: #f9f9f9;\n  padding: 0.2em 0.4em;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;\n  border-radius: 5px;\n  box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;  \n  transition: all 0.2s ease-in-out;\n  white-space: pre-wrap;\n  margin-top:10px;margin-bottom:10px;\n  margin:0 auto;\n  width:100%;\n  padding:15px;\n\n}\n\n\ninput[type=\"range\"] {\n  -webkit-appearance: none;\n  width: 80%;\n  background: transparent;\n  height: 10px;\n  border-radius: 5px;\n  outline: none;\n  padding: 0;\n  margin: 0;\n  box-shadow: inset 0 0 5px #333;\n  transition: box-shadow 0.2s;\n  margin-top:10px;\n\n}\n\ninput[type=\"range\"]:focus {\n  box-shadow: inset 0 0 5px #888;\n}\n\ninput[type=\"range\"]::-webkit-slider-thumb {\n  -webkit-appearance: none;\n  height: 20px;\n  width: 20px;\n  border-radius: 50%;\n  background: #4CAF50;\n  cursor: pointer;\n  transition: background 0.2s;\n  margin-top:-5px;\n}\n\ninput[type=\"range\"]::-webkit-slider-thumb:hover {\n  background: #3e8e41;\n}\n\ninput[type=\"range\"]::-webkit-slider-runnable-track {\n  height: 10px;\n  background: #ddd;\n  border-radius: 5px;\n  border: none;\n}\ninput[type=\"checkbox\"] {\n  appearance: none;\n  width: 45px;\n  height: 25px;\n  background: transparent;\n  border: 2px solid;\n  border-image: linear-gradient(to right, #06c, #f90) 1;  border-radius: 5px;\n  margin: 10px;\n  outline: none;\n  cursor: pointer;\n  position: relative;\n}\n\ninput[type=\"checkbox\"]:before {\n  content: \"\";\n  width: 15px;\n  height: 15px;\n  background: #D209A4;\n  border-radius: 100px;\n  position: absolute;\n  left: 2px;\n  \n  top: 3px;\n  transition: all 0.2s;\n}\n\ninput[type=\"checkbox\"]:checked:before {\n  transform: translateX(20px);\n}\n\ninput[type=\"checkbox\"]:focus {\n  border: 2px solid #888;\n}\ninput[type=\"radio\"] {\n  appearance: none;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  border: 2px solid #333;\n  margin-right: 10px;\n  outline: none;\n  position: relative;\n  cursor: pointer;\n}\n\ninput[type=\"radio\"]:after {\n  content: \"\";\n  width: 10px;\n  height: 10px;\n  border-radius: 50%;\n  background: #333;\n  position: absolute;\n  top: 5px;\n  left: 5px;\n  opacity: 0;\n  transition: all 0.2s;\n}\n\ninput[type=\"radio\"]:checked:after {\n  opacity: 1;\n}\n\ninput[type=\"radio\"]:focus {\n  border-color: #888;\n}\n\n\ninput[type=\"radio\"] {\n  display: inline-block;\n  margin-right: 10px;\n  vertical-align: middle;\n}\n\nlabel {\n  display: block; \/* makes each label appear on a new line *\/\n  font-size: 16px;\n  font-weight: bold;\n  margin-bottom: 5px; \/* adds a small gap below each label *\/\n  color:#55555e;\n  margin-top:11px;margin-bottom:11px;\n}\n\ninput[type=\"color\"]{width:17.2%;}\n.form-control {\n    display: block;\n    margin:0 auto;\n    width: 70%;\n    padding: 0.375rem 0.75rem;\n    font-size: 1rem;\n    font-weight: 400;\n    line-height: 1.5;\n    color: #212529;\n    background-color: #fff;\n    background-clip: padding-box;\n    border: 1px solid #ced4da;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n    border-radius: 0.25rem;\n    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;\n}\nsection{\n         margin-top:60px;\n        width: 100%;\n        max-width: 970px;\n        background-color: #fff;\n        border: 1px solid #ddd;\n        padding: 25px;\n      }\n<\/style>\n    \n    <script>\n        function convertJPGtoNEF() {\n            var fileInput = document.getElementById(\"fileInput\");\n            if (fileInput.files.length > 0) {\n                var file = fileInput.files[0];\n                var reader = new FileReader();\n                reader.readAsDataURL(file);\n                reader.onload = function() {\n                    var dataURL = reader.result;\n                    \/\/ Convert the Data URL to a NEF using a conversion library or API (for example, raw.pics.io)\n                    \/\/ This is the place where you should call the external library or API\n                    \/\/ ...\n                    \/\/ After conversion, set the source of the image to the converted data\n                    var image = document.getElementById(\"convertedImage\");\n                    image.src = dataURL;\n                    image.style.display = \"block\";\n                    \/\/ And set the href of the download link to the converted data\n                    var downloadLink = document.getElementById(\"downloadLink\");\n                    downloadLink.href = dataURL;\n                    downloadLink.download = \"converted.nef\";\n                    downloadLink.style.display = \"block\";\n                }\n            }\n        }\n    <\/script>\n<\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/NEF-Converter-BI-Tools.png\" alt=\"NEF Converter BI Tools\" class=\"wp-image-3540\" srcset=\"https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/NEF-Converter-BI-Tools.png 1024w, https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/NEF-Converter-BI-Tools-300x150.png 300w, https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/NEF-Converter-BI-Tools-768x384.png 768w, https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/NEF-Converter-BI-Tools-18x9.png 18w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If you own a Nikon camera, you may be familiar with the NEF file format. NEF stands for Nikon Electronic Format, and it&#8217;s the RAW image format used by Nikon cameras. While NEF files offer the advantage of capturing a lot of image information, they also take up a lot of storage space and can be difficult to work with.<\/p>\n\n\n\n<p>That&#8217;s where NEF converters come in. With a NEF converter, you can easily convert your NEF files into other formats, such as JPEG or TIFF, that are easier to work with and take up less storage space. In this article, we&#8217;ll take a closer look at NEF converters, how they work, and some of the top NEF converters on the market.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is a NEF Converter?<\/strong><\/h2>\n\n\n\n<p>A NEF converter is a piece of software that allows you to convert your NEF files into other file formats. This can be useful for a number of reasons. For example, you might want to convert your NEF files into a format that&#8217;s easier to work with, such as JPEG or TIFF. Alternatively, you might want to convert your NEF files into a format that&#8217;s more widely supported, such as PNG.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Use a NEF Converter?<\/strong><\/h2>\n\n\n\n<p>There are several reasons why you might want to use a NEF converter. First and foremost, NEF files can be very large, which can take up a lot of storage space on your computer or camera&#8217;s memory card. By converting your NEF files into a smaller file format, such as JPEG or TIFF, you can free up valuable storage space.<\/p>\n\n\n\n<p>In addition, NEF files can be difficult to work with. They require specialized software to open and edit, and not all software supports the NEF file format. By converting your NEF files into a more widely supported format, such as PNG or JPEG, you can make it easier to work with your images and share them with others.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Does a NEF Converter Work?<\/strong><\/h2>\n\n\n\n<p>NEF converters work by taking your NEF file and converting it into another file format. To do this, you&#8217;ll need to choose a NEF converter that&#8217;s compatible with your operating system and supports the output format you want to convert to.<\/p>\n\n\n\n<p>Once you&#8217;ve chosen your NEF converter, you&#8217;ll need to install it on your computer. Then, you can open the NEF converter and import your NEF file. From there, you&#8217;ll need to choose the output format you want to convert to and specify any additional settings, such as image quality or colour depth.<\/p>\n\n\n\n<p>Once you&#8217;ve configured your settings, you can initiate the conversion process. Depending on the size of your NEF file and the speed of your computer, this process can take anywhere from a few seconds to several minutes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Popular NEF Converters<\/strong><\/h2>\n\n\n\n<p>There are many NEF converters available, both free and paid. Here are some of the most popular NEF converters:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Adobe Photoshop<\/strong><\/h3>\n\n\n\n<p>Adobe Photoshop is a powerful image editing software that also supports NEF files. You can open your NEF files in Photoshop and then save them as a different file format, such as JPEG, TIFF, or PNG. Photoshop also allows you to make adjustments to your image before you save it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Lightroom<\/strong><\/h3>\n\n\n\n<p>Lightroom is another image editing software developed by Adobe that supports NEF files. Like Photoshop, you can open your NEF files in Lightroom and then save them as a different file format. Lightroom also allows you to make adjustments to your image before you save it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>GIMP<\/strong><\/h3>\n\n\n\n<p>GIMP is a free and open-source image editing software that also supports NEF files. You can open your NEF files in GIMP and then save them as a different file format, such as JPEG, TIFF, or PNG. GIMP also allows you to make adjustments to your image before you save it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Capture One<\/strong><\/h3>\n\n\n\n<p><a href=\"https:\/\/www.captureone.com\/en\" rel=\"nofollow noopener\" target=\"_blank\">Capture One<\/a> is a professional image editing software that supports NEF files. You can open your NEF files in Capture One and then save them as a different file format, such as JPEG, TIFF, or PNG. Capture One also allows you to make adjustments to your image before you save it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>BI Online NEF Converters<\/strong><\/h3>\n\n\n\n<p>There are also many online NEF converters that allow you to upload your NEF files and then convert them to a different file format. Try <a href=\"https:\/\/tools.billionsideas.com\/de\/nef-converter\/\">bi Online NEF converters<\/a> are convenient because you do not need to download any software, but they may not be as powerful as desktop software.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Steps to Convert NEF Files<\/strong><\/h2>\n\n\n\n<p>If you&#8217;re new to NEF conversion, here are the basic steps you&#8217;ll need to follow:<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"6\">\n<li>Now that we know why we need a NEF converter, let&#8217;s take a look at how to convert NEF to JPEG. The following steps will help you convert your NEF files to JPEG in a few easy steps:<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Step 1: Download and install the NEF converter of your choice.<\/li>\n\n\n\n<li>Step 2: Open the converter and select the NEF file you want to convert.<\/li>\n\n\n\n<li>Step 3: Choose the output format, which in this case is JPEG.<\/li>\n\n\n\n<li>Step 4: Select the destination folder where you want to save the converted file.<\/li>\n\n\n\n<li>Step 5: Click on the &#8216;Convert&#8217; button to start the conversion process.<\/li>\n\n\n\n<li>Step 6: Once the conversion is complete, you can access the JPEG file from the destination folder you selected.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p> In conclusion, a NEF converter is a useful tool for photographers who work with Nikon cameras and want to convert their NEF files to other formats like JPEG. It allows them to access and share their photos easily on various platforms without any compatibility issues. However, it is important to choose the right converter that meets your needs, taking into consideration factors such as speed, quality, and user-friendliness. With the above guide, you can now confidently convert your NEF files to JPEG format and enjoy the convenience it brings.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list\">\n<div id=\"faq-question-1681835101471\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question\">Can I convert NEF to other formats besides JPEG?<\/h3>\n<div class=\"rank-math-answer\">\n\n<p>Yes, there are various other formats you can convert NEF to using an NEF converter, including TIFF, PNG, and PSD, among others.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1681835107595\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question\">Can I convert multiple NEF files at once using a NEF converter?<\/h3>\n<div class=\"rank-math-answer\">\n\n<p>Yes, most NEF converters support batch conversion, allowing you to convert multiple NEF files to your desired format simultaneously.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1681835123437\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question\">Is a NEF converter compatible with both Windows and Mac operating systems?<\/h3>\n<div class=\"rank-math-answer\">\n\n<p>Yes, most NEF converters are compatible with both Windows and Mac operating systems, making it easy to use for users of both platforms.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1681835148840\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question\">Is a NEF converter free to use?<\/h3>\n<div class=\"rank-math-answer\">\n\n<p>Some NEF converters are free to use, while others come with a subscription fee or a one-time purchase fee, depending on the features and functionality they offer.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1681835165829\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question\">Will converting NEF to JPEG affect the quality of the image?<\/h3>\n<div class=\"rank-math-answer\">\n\n<p>The quality of the image may be affected, depending on the converter and settings used. It is advisable to choose a converter that preserves the original quality of the image as much as possible.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>NEF Converter PNG, JPG, JPEG, WEBP, ICO, BMP, AVIF, TIF, TIFF, GIF, BIN to NEF Converter Download NEF If you own a Nikon camera, you may be familiar with the NEF file format. NEF stands for Nikon Electronic Format, and it&#8217;s the RAW image format used by Nikon cameras. While NEF files offer the advantage &#8230; <a title=\"NEF Converter\" class=\"read-more\" href=\"https:\/\/tools.billionsideas.com\/de\/nef-converter\/\" aria-label=\"Mehr Informationen \u00fcber NEF Converter\">Weiterlesen &#8230;<\/a><\/p>","protected":false},"author":1,"featured_media":3541,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","footnotes":""},"class_list":["post-487","page","type-page","status-publish","has-post-thumbnail"],"taxonomy_info":[],"featured_image_src_large":["https:\/\/tools.billionsideas.com\/wp-content\/uploads\/2023\/03\/NEF-Converter.png",800,500,false],"author_info":{"display_name":"Billions Ideas","author_link":"https:\/\/tools.billionsideas.com\/de\/author\/loginbillionsideas-com\/"},"comment_info":0,"jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tools.billionsideas.com\/de\/wp-json\/wp\/v2\/pages\/487","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tools.billionsideas.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tools.billionsideas.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tools.billionsideas.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tools.billionsideas.com\/de\/wp-json\/wp\/v2\/comments?post=487"}],"version-history":[{"count":0,"href":"https:\/\/tools.billionsideas.com\/de\/wp-json\/wp\/v2\/pages\/487\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tools.billionsideas.com\/de\/wp-json\/wp\/v2\/media\/3541"}],"wp:attachment":[{"href":"https:\/\/tools.billionsideas.com\/de\/wp-json\/wp\/v2\/media?parent=487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}