<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Image editing &#8211; reaConverter Tutorials Hub</title>
	<atom:link href="https://howto.reaconverter.com/category/image-editing/feed/" rel="self" type="application/rss+xml" />
	<link>https://howto.reaconverter.com</link>
	<description>Learn batch image conversion, resizing &#38; format changes with simple tutorials. Beginner-friendly guides with screenshots.</description>
	<lastBuildDate>Fri, 27 Mar 2026 13:37:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>

<image>
	<url>https://howto.reaconverter.com/wp-content/uploads/2024/04/android-chrome-512x512-1-150x150.png</url>
	<title>Image editing &#8211; reaConverter Tutorials Hub</title>
	<link>https://howto.reaconverter.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Split Multiframe DICOM into Single-Frame DCM Files</title>
		<link>https://howto.reaconverter.com/how-to-split-multiframe-dicom-into-single-frame-dcm-files/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 11:12:23 +0000</pubDate>
				<category><![CDATA[DICOM conversion]]></category>
		<category><![CDATA[Document conversion]]></category>
		<category><![CDATA[Image conversion]]></category>
		<category><![CDATA[Image editing]]></category>
		<category><![CDATA[batch conversion]]></category>
		<category><![CDATA[DCM]]></category>
		<category><![CDATA[DICOM]]></category>
		<category><![CDATA[Enhanced DICOM]]></category>
		<category><![CDATA[medical imaging]]></category>
		<category><![CDATA[multiframe]]></category>
		<category><![CDATA[PACS]]></category>
		<guid isPermaLink="false">https://howto.reaconverter.com/?p=2484</guid>

					<description><![CDATA[Extract individual frames from embedded multiframe DICOM — no scripting, no manual splitting Multiframe DICOM files pack dozens or even hundreds of image frames into a single container. CT volumes, MRI sequences, ultrasound cine loops, and nuclear medicine studies are commonly stored this way. When a downstream system, analysis pipeline, or colleague expects one-image-per-file DICOM, ... <a title="How to Split Multiframe DICOM into Single-Frame DCM Files" class="read-more" href="https://howto.reaconverter.com/how-to-split-multiframe-dicom-into-single-frame-dcm-files/" aria-label="Read more about How to Split Multiframe DICOM into Single-Frame DCM Files">Read more</a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="1536" height="1024" src="https://howto.reaconverter.com/wp-content/uploads/2026/02/split-dicom-file.webp" alt="Split DCM file" style="border-radius: 2rem;" class="wp-image-2495" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/02/split-dicom-file.webp 1536w, https://howto.reaconverter.com/wp-content/uploads/2026/02/split-dicom-file-300x200.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/02/split-dicom-file-1024x683.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/02/split-dicom-file-768x512.webp 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></figure>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Extract individual frames from embedded multiframe DICOM — no scripting, no manual splitting</h2>



<p>Multiframe DICOM files pack dozens or even hundreds of image frames into a single container. CT volumes, MRI sequences, ultrasound cine loops, and nuclear medicine studies are commonly stored this way. When a downstream system, analysis pipeline, or colleague expects one-image-per-file DICOM, you&#8217;re stuck — most conversion tools either ignore the extra frames or don&#8217;t offer DICOM as an output format at all. The usual alternatives are writing Python scripts with pydicom, wrestling with dcmtk command-line utilities, or paying for specialized medical imaging software.</p>



<span id="more-2484"></span>



<p>A recent customer request summed up the problem:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>&#8220;My goal was converting from an embedded DICOM multiframe file to multiple single-frame files, but there was no such option.&#8221;</p>
</blockquote>



<p>Starting with version 8.0.200, reaConverter supports direct <strong><a href="https://www.reaconverter.com/convert/dicom_to_dcm.html">DICOM to DICOM conversion</a></strong>, including full extraction of frames from both classic and Enhanced multiframe DICOM files.</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><a class="btn btn-success btn-lg btn-download" role="button" href="https://www.reaconverter.com/download/reaConverterPro-Setup.exe">Download reaConverter</a></p>



<p></p>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Classic vs. Enhanced Multiframe DICOM</h2>



<p>Multiframe DICOM comes in two flavors. <strong>Classic (Simple) Multiframe</strong> is the older format where all frames share one set of metadata(common in legacy archives and ultrasound systems). <strong>Enhanced Multiframe</strong> is the modern standard for CT and MRI, where each frame carries its own metadata through Functional Group sequences — more capable, but significantly harder for third-party software to parse. Most DICOM tools either don&#8217;t support Enhanced multiframe at all, or only extract the first frame. If your file contains multiple images and you need to separate each frame into its own <a href="https://www.reaconverter.com/convert/dcm.html">DCM</a> file, reaConverter handles both types.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Who This Is For</h2>



<p><strong>Radiologists and imaging departments</strong> — Separate multiframe CT, MRI, or ultrasound studies into individual slices for viewers that require single-frame input. Prepare data for second opinions or external consultations where the receiving system doesn&#8217;t support multiframe.</p>



<p><strong>Medical researchers and AI developers</strong> — Convert multiframe studies into single-frame datasets for machine learning training and image analysis pipelines. Most ML frameworks expect one image per file; multiframe DICOM breaks that assumption.</p>



<p><strong>PACS engineers and healthcare IT</strong> — Migrate imaging data between systems with different multiframe support. Normalize mixed archives. Handle extensionless DICOM files exported from older equipment without manual preprocessing.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Step-by-Step: Multiframe DICOM to Single-Frame DCM</h2>



<p>Follow these steps:</p>



<h3 class="wp-block-heading">1. Install or Update reaConverter 8</h3>



<p>Download the latest version from <a href="https://www.reaconverter.com/download/">reaConverter.com</a>. DICOM-to-DICOM conversion requires <strong>version 8.0.200 or later</strong>.</p>



<a href="https://www.reaconverter.com/"><figure class="wp-block-image size-large is-resized"><img decoding="async" width="1024" height="1024" src="https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-1024x1024.png" alt="Download reaConverter" class="wp-image-1896" style="width:40px;height:auto" srcset="https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-1024x1024.png 1024w, https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-300x300.png 300w, https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-150x150.png 150w, https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-768x768.png 768w, https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo-1536x1536.png 1536w, https://howto.reaconverter.com/wp-content/uploads/2025/06/reaconverter-logo.png 1653w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></a>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">2. Add Your Multiframe DICOM Files</h3>



<p>Drag files into the main window, or use <strong>Add Folder</strong> to load an entire study directory.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1880" height="1470" src="https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1.webp" alt="Load DICOM files into reaConverter" class="wp-image-2511" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1.webp 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1-300x235.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1-1024x801.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1-768x601.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/02/load_dicom_files-1-1536x1201.webp 1536w" sizes="(max-width: 1880px) 100vw, 1880px" /></figure>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<p>reaConverter detects DICOM files automatically — with standard extensions (<code><strong>.dcm</strong></code>, <code><strong>.dic</strong></code>, <code><strong>.dicom</strong></code>) or without any extension at all, based on the DICOM header. Extensionless DICOM is extremely common in PACS exports and scanner-generated archives. No renaming needed.</p>



<p></p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">3. Select DCM as the Output Format (DICOM to DCM Conversion)</h3>



<p>In the output format panel, choose <strong>DCM</strong>. This is a DICOM-to-DICOM conversion: the input is your multiframe file, the output is a set of individual single-frame DICOM files.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1880" height="1470" src="https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format.webp" alt="Select DCM as the output format" class="wp-image-2514" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format.webp 1880w, https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format-300x235.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format-1024x801.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format-768x601.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/02/set_dcm_as_output_format-1536x1201.webp 1536w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /></figure>



<p></p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h3 class="wp-block-heading">4. Start Conversion</h3>



<p>Click <strong>Start</strong>. reaConverter will:</p>



<ul class="wp-block-list">
<li>Detect the multiframe structure inside each input file</li>



<li>Extract every frame</li>



<li>Save each frame as a separate single-frame DCM file</li>
</ul>



<p>Output files are named sequentially:</p>



<pre class="wp-block-code"><code>pacient_scan_001_frame_001.dcm
pacient_scan_001_frame_002.dcm
pacient_scan_001_frame_003.dcm
...</code></pre>



<p>No additional settings, filters, or scripting required.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1900" height="1479" src="https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm.webp" alt="Start DICOM to DICOM conversion" class="wp-image-2516" srcset="https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm.webp 1900w, https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm-300x234.webp 300w, https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm-1024x797.webp 1024w, https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm-768x598.webp 768w, https://howto.reaconverter.com/wp-content/uploads/2026/02/convert_dicom_to_dcm-1536x1196.webp 1536w" sizes="auto, (max-width: 1900px) 100vw, 1900px" /></figure>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Beyond Multiframe Extraction</h2>



<p>reaConverter doesn&#8217;t only split multiframe DICOM into single-frame DCM. You can also:</p>



<ul class="wp-block-list">
<li>Convert multiframe <strong>DICOM</strong> to <strong><a href="https://www.reaconverter.com/convert/dcm_to_jpg.html" data-type="link" data-id="https://www.reaconverter.com/convert/dcm_to_jpg.html">JPEG</a></strong>, <strong><a href="https://www.reaconverter.com/convert/dcm_to_png.html" data-type="link" data-id="https://www.reaconverter.com/convert/dcm_to_png.html">PNG</a></strong>, <strong><a href="https://www.reaconverter.com/convert/dcm_to_tiff.html" data-type="link" data-id="https://www.reaconverter.com/convert/dcm_to_tiff.html">TIFF</a></strong> or <strong><a href="https://www.reaconverter.com/convert/dcm_to_pdf.html" data-type="link" data-id="https://www.reaconverter.com/convert/dcm_to_pdf.html">PDF</a></strong> for visualization, presentations, or reporting</li>



<li>Batch-process large imaging archives with hundreds of studies</li>



<li>Convert other medical and non-medical formats <strong>to</strong> <strong>DCM</strong></li>
</ul>



<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Save Hours with Automatic Conversion</h2>



<p>The four steps above work when you need to convert a batch of files once. But in a busy radiology department or research lab, multiframe DICOM files keep arriving — from scanners, PACS exports, external referrals. Converting them manually every time means someone has to stop what they&#8217;re doing, and that someone usually has patients waiting.</p>



<p><strong><a href="https://www.reaconverter.com/features/watch-folders.html">Watch Folders</a></strong> eliminate that step entirely. You pick a folder on your computer, tell reaConverter what format you want, and that&#8217;s it. From that point on, any file that lands in that folder gets converted automatically. No clicks, no application window, nothing to remember.</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://www.reaconverter.com/i/watch-folders.webp" alt="" style="width:174px;height:auto"/></figure>



<div style="height:45px" aria-hidden="true" class="wp-block-spacer"></div>



<p>Here&#8217;s what that looks like in practice: your MRI scanner exports a multiframe Enhanced DICOM study into a shared network folder. Within seconds, reaConverter detects the new file, splits it into single-frame DCMs, and places the results in your output folder — ready for your PACS, your analysis pipeline, or your colleague down the hall. Nobody had to open anything or press any buttons.</p>



<p>Setting it up takes about two minutes:</p>



<ol class="wp-block-list">
<li>In reaConverter Pro, go to <strong>Menu → Watch Folders →</strong> <strong>Add New Folder</strong></li>



<li>Point it at your input directory</li>



<li>Choose DCM as the output format</li>



<li>Set a destination folder</li>
</ol>



<p>That&#8217;s the entire configuration. It runs quietly in the background from that point forward.</p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://www.reaconverter.com/i/watch-folder-source-output.png" alt="" style="width:368px;height:auto"/></figure>



<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<p>For a radiologist reviewing 20–30 studies a day, or a research team processing imaging data from multiple sites, this turns a recurring manual task into something that simply doesn&#8217;t exist anymore. That&#8217;s one less thing standing between a scan and a diagnosis.</p>



<p><strong><a href="https://www.reaconverter.com/features/command-line.html">Command-line support</a></strong> is also available for IT teams who want to integrate DICOM conversion into scripts, scheduled tasks, or PACS migration workflows. Both options are available in <strong>reaConverter Pro</strong>.</p>



<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>



<h2 class="wp-block-heading">Background</h2>



<p>This feature was built in response to a direct customer request. A user reached out explaining that they needed to extract individual frames from embedded multiframe DICOM files, and couldn&#8217;t find a way to do it in reaConverter or anywhere else without resorting to scripting.</p>



<p>We obtained sample files covering both classic and Enhanced multiframe DICOM, including extensionless files from PACS exports, and built extraction logic that handles all of these cases reliably. DICOM-to-DICOM conversion shipped in reaConverter 8.0.200.</p>



<p>Full support for Enhanced multiframe DICOM extraction is still uncommon, even in professional medical imaging software. Many tools handle classic multiframe but fail on Enhanced, or extract only the first frame, or simply don&#8217;t offer DICOM as an output format. reaConverter fills that gap: no DICOM dictionary edits, no Python scripts, no per-frame configuration. Load the file, pick <strong>DCM</strong>, click <strong>Start</strong>.</p>



<p>If your imaging workflow involves multiframe DICOM files and you need them split into individual frames, reliably, in batch, with no manual intervention, reaConverter handles it.</p>



<p><strong>Get reaConverter and split your first multiframe DICOM in seconds.</strong></p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>



<p><a href="https://www.reaconverter.com/download/reaConverterPro-Setup.exe"><a class="btn btn-success btn-lg btn-download" role="button" href="https://www.reaconverter.com/download/reaConverterPro-Setup.exe">Download reaConverter</a></a></p>



<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Automatically Rotate a Group of Images</title>
		<link>https://howto.reaconverter.com/automatically-rotate-a-group-of-images/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Wed, 30 Dec 2015 07:09:50 +0000</pubDate>
				<category><![CDATA[Image editing]]></category>
		<category><![CDATA[auto rotate]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=1117</guid>

					<description><![CDATA[Handling a large group of image files might be a tiresome process if you plan to apply image rotation to each and every one of them. Opening and processing each one separately means spending a lot of time doing repetitive operations. So why not opt for a program that supports batch rotation of images? We ... <a title="Automatically Rotate a Group of Images" class="read-more" href="https://howto.reaconverter.com/automatically-rotate-a-group-of-images/" aria-label="Read more about Automatically Rotate a Group of Images">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/samples/rotate.png" style="border: 0; box-shadow: 0 0 0;"></p>
<p>Handling a large group of image files might be a tiresome process if you plan to apply image rotation to each and every one of them. Opening and processing each one separately means spending a lot of time doing repetitive operations. So why not opt for a program that supports batch rotation of images? We recommend <strong>reaConverter</strong>, a quality piece of software which can help you handle over <a href="https://www.reaconverter.com/features/formats.html">500 image file formats</a>. </p>
<p><span id="more-1117"></span></p>
<p>With reaConverter Lite you can automatically rotate a group of images by following a few simple steps. Here they are below:</p>
<h2 style="font-weight: normal;">Download reaConverter</h2>
<p>First, download and install the Lite edition from <a href="https://www.reaconverter.com/">reaconverter.com</a>. It&#8217;s a free edition of reaConverter software. You will notice it doesn’t take too much space on your computer, it’s quick to install and easy to use.</p>
<div style="padding-bottom: 48px;">
<a href="https://www.reaconverter.com/"><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding: 24px; padding-left: 90px; padding-bottom: 36px;" src="https://www.reaconverter.com/img/icons/reaconverter64.png" width=64 height=64></a><br />
<a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 18px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterLite-Setup.exe">Install reaConverter Lite</a>
</div>
<h2 style="font-weight: normal;">Load images</h2>
<p>Load all the images you need to automatically rotate by using the program’s handy drag-and-drop feature, or by selecting them and pushing the “Add to file list” button. </p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/open-1.png"></p>
<h2 style="font-weight: normal;">Add image editing</h2>
<p>In the next step of the conversion process, browse through the available image editing options and pick “Automatic rotate” (see screen cap below).</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/auto-rotate-1.png"></p>
<p>Enabling this feature will help you change the orientation of your image from portrait to landscape and the other way around, or rotate using EXIF orientation information. It can also help you deskew images, or straighten them in case they feature any text. Such changes applied to your photos can cause some image quality loss and in this case you can tick the “Antialiasing” box and choose among the available options here (see screen cap below).</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/auto-rotate-2.png"></p>
<p>Here you can also opt for a wide array of other image editing options, including <a href="https://www.reaconverter.com/features/image-editing/auto-crop.html">Automatic crop</a> and <a href="https://www.reaconverter.com/features/image-editing/auto-square.html">Automatic Square</a>, as well as adding image filters or correcting colors, adding <a href="https://www.reaconverter.com/features/image-editing/image-watermark.html">watermarks</a> or image effects and many more. </p>
<h2 style="font-weight: normal;">Save your result</h2>
<p>In the final step of the conversion process, choose the format of the output images. reaConverter can be used both as a converter and as a tool to help you automatically rotate a group of images or apply other batch editing options.</p>
<p><img decoding="async" src="https://www.reaconverter.com/img/screen-3.png"></p>
<p>If you use it as a converter, choose among the image file extensions available, including <a href="/convert/jpeg.html">JPEG</a>, <a href="/convert/bmp.html">BMP</a>, <a href="/convert/png.html">PNG</a>, <a href="/convert/tif.html">TIF</a>, as well as other, less popular formats. If you use it as an editing tool, the output format will be identical with the input format for your image files. Just pick their location and decide if you want to automatically modify the filename for all the converted files. Then start the conversion process and enjoy your rotated image files in no time and for free!</p>
<div style="margin-bottom: 48px;margin-top:42px;"><a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 16px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterLite-Setup.exe">Try reaConverter Lite</a></div>
<p></p>
<p><i style="color: #999;">Advanced users can auto rotate using <a style="color: #999;" href="/features/command-line.html">command line interface</a>, <a style="color: #999;" href="https://www.reaconverter.com/features/watch-folders.html">watch folders</a> or <a style="color: #999;" href="/features/dll.html">DLL</a> in automated mode. You are welcome to contact our <a style="color: #999;" href="/support/">technical support</a> when you have any questions about reaConverter.</i></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>3 Easy Steps to Changing the DPI for Several Images</title>
		<link>https://howto.reaconverter.com/change-dpi-for-several-images/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Mon, 07 Dec 2015 10:01:57 +0000</pubDate>
				<category><![CDATA[Image conversion]]></category>
		<category><![CDATA[Image editing]]></category>
		<category><![CDATA[dpi]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[ppi]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=1086</guid>

					<description><![CDATA[The number of dots per inch (DPI) or pixels per inch (PPI) of an image define its resolution and, hence, its quality. Some people think DPI and PPI are one and the same thing, but if you want to be truly accurate, you should know the former refers to the resolution of a printed image, ... <a title="3 Easy Steps to Changing the DPI for Several Images" class="read-more" href="https://howto.reaconverter.com/change-dpi-for-several-images/" aria-label="Read more about 3 Easy Steps to Changing the DPI for Several Images">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://www.reaconverter.com/features/samples/set-dpi.png" style="border: 0; box-shadow: 0 0 0;"></p>
<p>The number of dots per inch (<strong>DPI</strong>) or pixels per inch (<strong>PPI</strong>) of an image define its resolution and, hence, its quality. Some people think DPI and PPI are one and the same thing, but if you want to be truly accurate, you should know the former refers to the resolution of a printed image, whereas the latter refers to what you see on screen.</p>
<p><span id="more-1086"></span></p>
<p>Do you always have to change the DPI of your photographs and images in order to improve their quality? Certainly not. The answer to this question depends on what you plan to do with the image. If you plan to send it by e-mail, post in online on your website or share it in your Facebook profile, the standard 72 DPI resolution used by most digital cameras will be just fine. However, if you want to print the photograph or include it in a calendar, a professional portfolio, a magazine or a book, then your desktop publisher will most likely ask for a higher DPI. Depending on the requirements of the printing office or of the editor, you will need to change the DPI to 300 or even 600. </p>
<p>If you think changing the DPI for a photo album is a daunting task for an unprofessional, requiring a series of repetitive tasks and the use of an advanced image editing software such as Adobe Photoshop (which is not always easy to find, can be expensive and not exactly easy to use), we have some good news for you! reaConverter Lite &mdash; a freeware tool &mdash; can help you change the DPI of several images at once by following a few easy steps.</p>
<h2 style="font-weight: normal; padding-top: 18px;">Install reaConverter Lite</h2>
<p>Download and install the free edition of reaConverter from <a href="https://www.reaconverter.com/download">reaconverter.com</a>:</p>
<div style="padding-bottom: 48px;">
<a href="https://www.reaconverter.com/"><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding: 24px; padding-left: 90px; padding-bottom: 36px;" src="https://www.reaconverter.com/img/icons/reaconverter64.png" width=64 height=64></a><br />
<a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 18px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterLite-Setup.exe">Install reaConverter Lite</a>
</div>
<p>It will only take you a few minutes and not too much space on your computer. And in a few more minutes, you will get acquainted to its easy-to-use interface.</p>
<h2 style="font-weight: normal; padding-top: 18px;">Load your images into reaConverter</h2>
<p>Select all the images you want to change the DPI to and add them to the list of files which are about to be converted.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/open-1.png"></p>
<h2 style="font-weight: normal; padding-top: 18px;">Set DPI values</h2>
<p>Go to the Menu button and click <strong>Saving settings → Additional saving settings</strong></p>
<p><img decoding="async" src="https://www.reaconverter.com/features/screens/copy-metadata-1.png"></p>
<p>Here you will find the <strong>DPI</strong> tab, where you can opt for using the DPI values of the original image files during conversion, or for entering new values for the output files.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/screens/set-dpi-2.png"></p>
<p>Change the value of the DPI for all the loaded images. Press <strong>OK</strong> and go the final step. </p>
<h2 style="font-weight: normal; padding-top: 18px;">Apply DPI Settings and Save Your Result</h2>
<p>In the <strong>Saving options</strong> tab, you can choose the destination folder and the output format of your files. </p>
<p><img decoding="async" src="https://www.reaconverter.com/img/screen-3.png"></p>
<p>Then simply press the <strong>Start</strong> button and you will soon be able to use your images with the desired DPI. Fast, Easy and Free! </p>
<div style="margin-bottom: 48px;margin-top:42px;"><a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 16px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterLite-Setup.exe">Try reaConverter Lite</a></div>
<p></p>
<p><i style="color: #999;">Advanced users can change DPI via <a style="color: #999;" href="/features/command-line.html">command line interface</a>, <a style="color: #999;" href="https://www.reaconverter.com/features/watch-folders.html">watch folders</a> or <a style="color: #999;" href="/features/dll.html">DLL</a> in automated mode. You are welcome to contact our <a style="color: #999;" href="/support/">technical support</a> when you have any questions about reaConverter.</i></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Batch Crop images with free edition of reaConverter</title>
		<link>https://howto.reaconverter.com/batch-crop-image-files/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Mon, 14 Sep 2015 13:16:49 +0000</pubDate>
				<category><![CDATA[Image editing]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[freeware]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=942</guid>

					<description><![CDATA[Are you a photographer, a graphics designer or some other type of professional image handler? Then you have probably experienced for quite a few times the dullness of operating with a large group of image files. Doing the same operations over and over again, for each and every image, might not only be tedious, but ... <a title="How to Batch Crop images with free edition of reaConverter" class="read-more" href="https://howto.reaconverter.com/batch-crop-image-files/" aria-label="Read more about How to Batch Crop images with free edition of reaConverter">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding: 36px;" src="https://www.reaconverter.com/features/image-editing/samples/crop.png" alt="How to crop a picture" /></p>
<p>Are you a photographer, a graphics designer or some other type of professional image handler? Then you have probably experienced for quite a few times the dullness of operating with a large group of image files. Doing the same operations over and over again, for each and every image, might not only be tedious, but also eats up a lot of your time and energy. So instead of doing recurring operations manually, why not opt for a <strong>free and automated</strong> way to handle your images? </p>
<p><span id="more-942"></span></p>
<p><strong>reaConverter</strong> might be the most practical and easy-to-use solution that will help you do batch editing. This quality piece of software supports over <strong>500</strong> image <a href="https://www.reaconverter.com/features/formats.html">file formats</a>, so it can easily adapt to any image conversion needs you might have, including archaic and rare formats. Plus, it can be used as an effective image editor. reaConverter Lite edition is a <strong>freeware</strong>!</p>
<div style="padding-bottom: 48px;">
<a href="https://www.reaconverter.com/"><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding: 24px; padding-left: 90px; padding-bottom: 36px;" src="https://www.reaconverter.com/img/icons/reaconverter64.png" width=64 height=64></a><br />
<a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 18px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterLite-Setup.exe">Install reaConverter Lite</a>
</div>
<h2 style="font-weight: normal; padding-top: 18px;">How does it work?</h2>
<p>If you have a group of images and you want to crop them all at once, what you need is follow the 3 easy steps of the conversion process:</p>
<h2 style="font-weight: normal; padding-top: 18px;">1. Open reaConverter and load your images</h2>
<p>Insert all the desired image files in the conversion list. You will find here a handy drag-and-drop feature that you can use to make the process easier. </p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/open-1.png"></p>
<h2 style="font-weight: normal; padding-top: 18px;">2. Add Crop action</h2>
<p>Go to the <strong>Edit images</strong> tab to browse through the variety of editing tools available. Choose <strong>Crop</strong>. You can select to crop from edges or from center.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/crop-1.png"></p>
<p>After designating the cropping area, you can use other image editing options available here are Automatic rotation and Automatic color correction. You can easily replicate the editing choices you make for one image to all images, if necessary. Just quickly check how they look by ticking the <strong>Preview</strong> button, to make sure they are as you want them.  </p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/crop-2.png"></p>
<p>Apart from the automated editing options, several others are also available here for free, including <a href="https://www.reaconverter.com/features/image-editing/text-watermark.html">watermarks</a>, adjusting <a href="https://www.reaconverter.com/features/image-editing/brightness-contrast.html">brightness and contrast</a>, adding filters or image effects and <a href="https://www.reaconverter.com/features/#Editing">much more</a>. </p>
<h2 style="font-weight: normal; padding-top: 18px;">3. Apply Crop action and save the result</h2>
<p>Finally, pick the location where you want your new image files to be saved, and their format. </p>
<p><img decoding="async" src="https://www.reaconverter.com/img/screen-3.png"></p>
<p>In case you only want to use reaConverter as an image editing tool, the output format will be the same as the input format. In case you want to convert them, choose from the rich array of image file extensions available here.</p>
<p>Then simply start the conversion &mdash; your batch cropped images will be ready before you know it. </p>
<div style="margin-bottom: 48px;margin-top:42px;"><a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 16px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterLite-Setup.exe">Try reaConverter Lite</a></div>
<style>
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<h2 style="font-weight: normal; padding-top: 18px;">Video Tutorial</h2>
<div class="responsive-video">
<iframe loading="lazy" width="640" height="480" src="//www.youtube.com/embed/j1w-O4d9LA4?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<p></p>
<p><i style="color: #999;">Advanced users can crop pictures via <a style="color: #999;" href="/features/command-line.html">command line interface</a>, <a style="color: #999;" href="https://www.reaconverter.com/features/watch-folders.html">watch folders</a> or <a style="color: #999;" href="/features/dll.html">DLL</a> in automated mode. You are welcome to contact our <a style="color: #999;" href="/support/">technical support</a> when you have any questions about reaConverter.</i></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Easy Way to Watermark Your Images for Free</title>
		<link>https://howto.reaconverter.com/watermark-your-images/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Mon, 03 Aug 2015 12:38:36 +0000</pubDate>
				<category><![CDATA[Image editing]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[watermarking]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=867</guid>

					<description><![CDATA[Are you worried that your photographs might be used without permission once you post them online? The easiest way to make sure your author rights are protected is to add a visible watermark on your photos. This is the equivalent to adding a signature &#8212; it can be your name or the initials of your ... <a title="The Easy Way to Watermark Your Images for Free" class="read-more" href="https://howto.reaconverter.com/watermark-your-images/" aria-label="Read more about The Easy Way to Watermark Your Images for Free">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/samples/image-watermark.png" class="alignnone size-full wp-image-817" style="border: 0; box-shadow: 0 0 0; padding: 8px;"></p>
<p>Are you worried that your photographs might be used without permission once you post them online? The easiest way to make sure your author rights are protected is to add a <strong>visible watermark</strong> on your photos. This is the equivalent to adding a signature &mdash; it can be your name or the initials of your name, your logo, a quote, or any other type of text or image you find suitable. Watermarking is also a good way to keep track of your photos; you can use it to create date stamps or to mark EXIF or META data on your photos.</p>
<p><span id="more-867"></span></p>
<p>What is the easiest way to apply watermarking on all your desired photos at once, thus avoiding repetitive and dull operations? Instead of searching for specialized software, that might be expensive and/or difficult to use, why not use reaConverter’s image editing features for watermarking? This high quality and user-friendly software not only works as a powerful batch conversion program, supporting over 500 <a href="/features/formats.html">image formats</a>, but can also function as a watermarking tool for your images. reaConverter Lite edition is <strong>completely free</strong> and supports <strong>batch image watermarking</strong> features.</p>
<div style="padding-bottom: 48px;">
<a href="https://www.reaconverter.com/"><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding: 24px; padding-left: 80px; padding-bottom: 36px;" src="https://www.reaconverter.com/img/icons/reaconverter64.png" width=64 height=64></a><br />
<a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 18px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterLite-Setup.exe">Install reaConverter Lite</a>
</div>
<h2 style="font-weight: normal;">How does it work?</h2>
<p>Open reaConverter to select all the images you intend to watermark and add them manually or drag-and-drop them to the file list.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/open-1.png"></p>
<p>Then move on to the <strong>Edit images</strong> tab, where you have a wide variety of <a href="/features/#Editing">image editing</a> options available. Take a few moments to browse through the actions and pick one of the four watermarking options:</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/image-watermark-1.png"></p>
<h3 style="padding-top: 18px;">Image Watermark</h3>
<p>Take any image from your computer and position it anywhere you like on your photo. For example, you can place a small and discrete logo in one of the photo’s corners, or you can add a large one, placed transparently over the entire image. reaConverter allows you to rotate or resize the watermark image, as well as use the Opacity feature to control its transparency. You can always check how the image will look like in real time by ticking the <strong>Preview</strong> button, in the upper right corner of this window.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/image-watermark-2.png"></p>
<h3 style="padding-top: 18px;">Text Watermark</h3>
<p>Place your name, your initials or any other text you think is relevant on your photos. ReaConverter allows you to customize its font and size, as well as add the copyright symbol and the hash sign if you choose to. You can also use the text watermark feature to add a date stamp on every one of your photos, the image description or a page number. As in the previous case, you can position and rotate the text, control its transparency and preview how it will look like on the photograph.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/text-watermark-2.png"></p>
<h3 style="padding-top: 18px;">Dynamic Watermark</h3>
<p>In case you have an entire series of photos that you want to watermark and you don&#8217;t plan to use an identical text for each of them, reaConverter allows you to place customizable info on each photo. You can opt for inserting the image file name, it&#8217;s EXIF ingormation as watermark, copyright information or description, the full date and time when the photo was taken, as well as several other different details connected to each different photograph.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/dynamic-watermark-2.png"></p>
<h3 style="padding-top: 18px;">Primitive Drawings</h3>
<p>Also described as basic elements used in computer graphics to help in structuring more complex images, primitives can take the form of lines, squares, circles and other similar shapes. reaConverter Lite includes a simple and intuitive feature for watermarking with primitive drawings, that also involves a rich array of customizing tools.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/primitive-drawings-2.png"></p>
<h2 style="font-weight: normal; padding-top: 18px;">Apply Watermarks and Save the Result</h2>
<p>In case you are using reaConvert only as an free watermarking tool, in the final step of the conversion process, pick the output format of the image to be the same as the input format. In case you want to take advantage of the conversion services offered by this software too, pick the desired extension from buttons at the bottom.</p>
<p><img decoding="async" src="https://www.reaconverter.com/img/screen-3.png"></p>
<p>Then press the <strong>Start</strong> conversion button and quickly enjoy your watermarked pictures!</p>
<div style="margin-bottom: 48px;margin-top:42px;"><a style="color: #3b3b3b;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAABbklEQVRIx7XUv2tTURTA8SvSsVhDFwXRwXYpOAREcBLxHwjBSAZBbIu4uHUXHRxcdfaf0EHEQfxJodqhInQRqTYxkGyGgsWPywk8Ssy7L+oXDjzOu/d+37v3nJuQKsQMzuEBNtHDFzzBTdTK1qgim8Ud7Pkz6zg/rXAWF3ANl/FQHjs4W1V4Go8wNB3PcSRXeBxP/R1DXMkV3vBv2MDKwUIaJ7w/YZF9fI7iWI/n/Qnj9/AGF8cJa7iLzoQFBljFiYjVyJXRwaWicAnv8LNkYh+Nwkc2IpfDJxxLmMerzEkDtArCVuYfjlhLuFVhwg+0C8J25HJ5mfA6s8y3sYVmQdiM3HZmz35L+J4x8Gts3ynMFYRzkWvFmDJ6Cd3M7XiGhTFttBDvcnif8KLCGXxAvSCrRy6Xeyl6SUXpmYgqsh4WR+dQ9e78GJHLLywXG/8kHvs/dHEVhw9ebUdxPQpgJxq6P2Xs4i1uR1EdGnl+A8aloD05wBMTAAAAAElFTkSuQmCC);  background-position: 16px 11px;  background-repeat: no-repeat;  background-color: #b4da21;  padding: 10px 16px 8px 56px;  font-size: 16px;  width: 231px;  height: 40px;text-decoration: none;" type="button" href="/download/reaConverterLite-Setup.exe">Try reaConverter Lite</a></div>
<style>
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<h2 style="font-weight: normal; padding-top: 18px;">Video Tutorial</h2>
<div class="responsive-video">
<iframe loading="lazy" width="640" height="480" src="//www.youtube.com/embed/bCq82e7HoPs?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<p></p>
<p><i style="color: #999;">Advanced users can perform image watermarking using <a style="color: #999;" href="/features/command-line.html">command line interface</a> or <a style="color: #999;" href="/features/dll.html">DLL</a> in manual, automated or scheduled mode. You are welcome to contact our <a style="color: #999;" href="/support/">technical support</a> when you have any questions about reaConverter.</i></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Watermark Images via Command Line</title>
		<link>https://howto.reaconverter.com/watermark-images-via-command-line/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Mon, 22 Jun 2015 11:40:07 +0000</pubDate>
				<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Image editing]]></category>
		<category><![CDATA[watermarking]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=750</guid>

					<description><![CDATA[If you want to make sure your copyrights are protected and no one will use the images you create without explicit permission, watermarking your images is the best solution. But this implies editing each image so that it includes a personalized text or image which appears transparently, with customizable size and position. Many people might ... <a title="How to Watermark Images via Command Line" class="read-more" href="https://howto.reaconverter.com/watermark-images-via-command-line/" aria-label="Read more about How to Watermark Images via Command Line">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/samples/text-watermark.png" class="alignnone size-full wp-image-734" style="border: 0; box-shadow: 0 0 0; padding-top: 16px;" /></p>
<p>If you want to make sure your <strong>copyrights are protected</strong> and no one will use the images you create without explicit permission, watermarking your images is the best solution. But this implies editing each image so that it includes a personalized text or image which appears transparently, with customizable size and position. Many people might find that to be a complicated task, involving a series of repetitive operations.</p>
<p><span id="more-750"></span></p>
<p>However, we are convinced watermarking your images shouldn&#8217;t be a difficult, time-consuming or costly process. And for this reason we recommend using ReaConverter Pro for adding watermarks, especially in case you are a developer or an advanced user who would like to integrate this feature in his own customized solution. As opposed to many other converters, reaConverter Pro not only supports a GUI interface, but can also be operated through <a href="https://www.reaconverter.com/features/command-line.html">command-line</a> or <a href="https://www.reaconverter.com/features/watch-folders.html">Watch folder</a>. Which means it can help you integrate a large variety of image editing features in your very own custom solution.</p>
<p>How can you watermark a series of images using command line? Just follow these easy steps:</p>
<h2 style="font-weight: normal; padding-top: 18px;">Create action file</h2>
<p>Create a file with the .act (action) extension, which includes the <a href="https://www.reaconverter.com/features/image-editing/text-watermark.html">Watermark</a> action. How? Start the conversion process normally, by opening reaConverter and moving directly to the <strong>Edit images</strong> tab. Click <strong>+ add action</strong> button and choose Watermark from the dropdown menu. After you pick the type of watermark you intend to use (image or text) and its features, use <strong>Save action file as…</strong> What will result is the .act file you will need in order to process this feature through command-line. Make sure you remember where you saved it.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/text-watermark-1.png"></p>
<h2 style="font-weight: normal; padding-top: 18px;">Run CMD</h2>
<p>Open the <strong>cmd</strong> tool or a third party application that enables you to use it. Here you can issue commands written as text lines. Though more difficult to use than the GUI (graphical user) interface &#8211; because it requires more knowledge about how to write command lines and thus it is addressed mainly to developers and advanced users, command line is very effective when a complex set of tasks is involved, such as watermarking a large number of images.  </p>
<h2 style="font-weight: normal; padding-top: 18px;">Start cons_rcp.exe</h2>
<p>Use reaConverter’s command-line tool, cons_rcp.exe, to process over 500 images file formats, including <a href="/convert/pdf.html">PDF</a>, <a href="/convert/jpg.html">JPG</a>, <a href="/convert/tiff.html">TIFF</a> and <a href="https://www.reaconverter.com/features/formats.html">many others</a>. Make full use of the .act file you have created and include Watermarking in your own customized software solution.</p>
<p><img decoding="async" src="https://www.reaconverter.com/features/image-editing/screens/text-watermark-cmd.png"></p>
<h2 style="font-weight: normal; padding-top: 18px;">Example</h2>
<p>Here is the example on how to apply watermark with text on your images:<br />
<code><br />
cons_rcp.exe -s "C:\Path_to\input_file.jpg" -o "C:\Path_to\output_file.jpg" -text_watermark t"Text Watermark Here" pos50x50% op100 fn"Arial" fs24 b<br />
</code></p>
<p>Watermarking with image:<br />
<code><br />
cons_rcp.exe -s "C:\Path_to\input_file.jpg" -o "C:\Path_to\output_file.jpg" -image_watermark p"C:\Path_to\watermark.png" pos10x10% op50 rot90 mt<br />
</code></p>
<p>Dynamic watermarks:<br />
<code><br />
cons_rcp.exe -s "C:\Path_to\input_file.jpg" -o "C:\Path_to\output_file.jpg" -text_watermark datetime pos50x50% op100 fn"Arial" fs24 b<br />
</code></p>
<p>You can also watermark images with primitive drawings:<br />
<code><br />
cons_rcp.exe -s "C:\Path_to\input_file.jpg" -o "C:\Path_to\output_file.jpg" -line pos50x50 size100x100 rgb(66,137,212) p2 aa<br />
</code></p>
<p>For a complete guide on how to use command-line in order to integrate reaConverter&#8217;s features in your own developing project, you can read <a href="https://www.reaconverter.com/features/command-line.html">Command Line Interface Reference Guide</a></p>
<div style="padding-top: 18px;padding-bottom: 18px;">
<span style="-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #f5f5f5; padding: 13px; padding-bottom: 11px;">&nbsp;&nbsp;&nbsp;<a style="font-size: 14pt; font-weight: normal;" href="/download/reaConverterStandard-Setup.exe">Download&nbsp;<b>reaConverter</b></a>&nbsp;&nbsp;&nbsp;</span>
</div>
<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Resize Multiple Pictures for Free</title>
		<link>https://howto.reaconverter.com/resize-multiple-pictures-free/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Mon, 04 May 2015 04:45:50 +0000</pubDate>
				<category><![CDATA[Image editing]]></category>
		<category><![CDATA[resize]]></category>
		<guid isPermaLink="false">https://www.reaconverter.com/howto/?p=661</guid>

					<description><![CDATA[Did you shoot several large-sized photos with your camera and would now like to send them by e-mail or upload them to your website? Or perhaps you would like to transform one or more of them into a letterhead or a blog header? In any of these cases or in other similar ones, you will ... <a title="How to Resize Multiple Pictures for Free" class="read-more" href="https://howto.reaconverter.com/resize-multiple-pictures-free/" aria-label="Read more about How to Resize Multiple Pictures for Free">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" style="border: 0; box-shadow: 0 0 0; padding-top: 18px;" src="https://www.reaconverter.com/features/image-editing/samples/resize.png"></p>
<p>Did you shoot several large-sized photos with your camera and would now like to send them by e-mail or upload them to your website? Or perhaps you would like to transform one or more of them into a letterhead or a blog header? In any of these cases or in other similar ones, you will need to <strong>resize</strong> your pictures.</p>
<p><span id="more-661"></span></p>
<p>Some people think that resizing a group of images requires a long and repetitive set of operations and the use of an expensive image design software. We can prove batch resizing can be <strong>free</strong> and simple when you use a quality piece of software such as reaConverter. Apart from being a powerful image converter, reaConverter also works great as an image resizer. All you need to do is download and install <strong>Lite edition</strong> from <a href="https://www.reaconverter.com/download/">download page</a> and get free registration key from <a href="https://www.reaconverter.com/purchase/">purchase page</a>.</p>
<h2 style="font-weight: normal; padding-top: 18px;">Load Pictures into reaConverter</h2>
<p>Start reaConverter and load all the desired images and proceed with the resizing process.</p>
<p><img decoding="async" style="border: 0; box-shadow: 0 0 0;" src="https://www.reaconverter.com/features/image-editing/screens/open-1.png"></p>
<h2 style="font-weight: normal; padding-top: 18px;">Resize Pictures</h2>
<p>On the <strong>Edit Images</strong> tab, click on the <strong>+ Add action</strong> button and then pick <strong>Resize</strong> from the dropdown menu. </p>
<p><img decoding="async"  style="border: 0; box-shadow: 0 0 0;" src="https://www.reaconverter.com/features/image-editing/screens/resize-1.png"></p>
<p>You will now be able to customize the new size of your images by entering the desired number of pixels for width, height or both, or by entering the image resolution.</p>
<p>For example, if you intend to upload your photographs on your website or on a photo sharing network, such as Facebook or Picasa, the optimal resolution is 72 pixels/inch. If you intend to print the images or use them for creating flyers or posters, they will need to be at least 300 pixels/inch. In case you plan to use the images for Powerpoint presentations, the width and height generally recommended is 1024&#215;768 pixels.</p>
<p><img decoding="async"  style="border: 0; box-shadow: 0 0 0;" src="https://www.reaconverter.com/features/image-editing/screens/resize-2.png"></p>
<p>In case you are not sure which figures to insert for width and height, you can insert only one of the two &mdash; selecting for example height (keep aspect) &mdash; and the other will be deduced automatically so as to preserve de initial ratio of the image. To check how the image will look like in real time, tick the <strong>Preview</strong> button.</p>
<h2 style="font-weight: normal; padding-top: 18px;">Save the Result</h2>
<p>After selecting the new size for your images, go to the <strong>Saving options</strong> tab and decide where you want to save the resized pictures.</p>
<p><img decoding="async"  style="border: 0; box-shadow: 0 0 0;" src="https://www.reaconverter.com/img/screen-3.png"></p>
<p>In case you are only using reaConverter as an image resizer, the output extension of the image will be the same as the input one. If you are also making use of this software&#8217;s proficient conversion services, you can pick an extension from the long list of options available for the output format.</p>
<p>Then simply start the conversion process and your newly resized images will be available in no time!</p>
<div style="padding-top: 18px;padding-bottom: 18px;">
<span style="-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #f5f5f5; padding: 13px; padding-bottom: 11px;">&nbsp;&nbsp;&nbsp;<a style="font-size: 14pt; font-weight: normal;" href="/download/reaConverterLite-Setup.exe">Download&nbsp;<b>reaConverter</b></a>&nbsp;&nbsp;&nbsp;</span>
</div>
<h2 style="font-weight: normal; padding-top: 18px;">Video Tutorial</h2>
<p><iframe loading="lazy" width="640" height="480" src="//www.youtube.com/embed/ZmUXiF6CABk?rel=0" frameborder="0" allowfullscreen></iframe></p>
<h1 style="font-weight: normal; padding-top: 18px;">Online Pictures Resizer</h1>
<p>reaConverter is a highly efficient tool for managing a large amount of pictures. However, if you are planning to resize only a few pictures and only once in a while, then you can also try free online resizer: <a href="http://www.imverter.com/">imverter.com</a></p>
<p><i style="color: #999;">Advanced users can resize pictures via <a style="color: #999;" href="/features/command-line.html">command line interface</a> in manual, automated or scheduled mode. You are welcome to contact our <a style="color: #999;" href="/support/">technical support</a> when you have any questions about reaConverter.</i></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>I Received an ORF File by E-mail. How should I Open It?</title>
		<link>https://howto.reaconverter.com/open-orf-files/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Tue, 30 Sep 2014 12:31:23 +0000</pubDate>
				<category><![CDATA[Image conversion]]></category>
		<category><![CDATA[Image editing]]></category>
		<category><![CDATA[RAW formats]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[olympus]]></category>
		<category><![CDATA[orf]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[raw]]></category>
		<guid isPermaLink="false">http://www.reaconverter.com/howto/?p=502</guid>

					<description><![CDATA[We got this question from a reader who had just been sent an e-mail with an ORF file attached and wasn’t sure whether opening such files is safe or not. Moreover, if it is safe, what software would he need to open it? Because Windows did not seem to be able to handle the file ... <a title="I Received an ORF File by E-mail. How should I Open It?" class="read-more" href="https://howto.reaconverter.com/open-orf-files/" aria-label="Read more about I Received an ORF File by E-mail. How should I Open It?">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="/img/formats/orf.png" style="width: 89px; height: 125px; margin: 30px 0 20px 40px; border: 0; box-shadow: 0 0 0;"></p>
<p>We got this question from a reader who had just been sent an e-mail with an ORF file attached and wasn’t sure whether opening such files is safe or not. Moreover, if it is safe, what software would he need to open it? Because Windows did not seem to be able to handle the file with the regular programs installed.</p>
<p><span id="more-502"></span></p>
<p><strong>ORF</strong> is a file extension used for RAW image files created with an <strong>Olympus camera</strong>. Our reader probably received a photograph that did not have a more popular format, such as <a href="http://www.reaconverter.com/convert/jpeg.html">JPEG</a> or <a href="http://www.reaconverter.com/convert/png.html">PNG</a>, because its owner wanted to allow future editing to the image, including advanced customization such as correcting exposure or white balance. Most photographers prefer using the <a href="http://www.reaconverter.com/features/raw-formats.html">RAW format</a> for their images, because this way they have more options to add digital adjustments and make the image look the way they want. However, as opposed to JPEG files, for example, RAW images have the disadvantage of taking a lot of space and of being difficult to open and handle. Because they can be up to 6 times larger than JPEGs, they are also difficult to send and archive.    </p>
<p>Hence, the answer to our reader would be the following: yes, it is safe to open an ORF file. However, in order to do this you would probably need a not-so-easy-to-find and potentially not very user-friendly software. Programs that can open ORF files include Corel Draw and Adobe Photoshop. All tend to have large sizes, to be rather expensive and not particularly easy to use. So our recommendation would be to download the ORF file from the e-mail attachment and then convert it to a format that is easier to handle. How to do this?</p>
<p>The quick and simple way to handle your ORF conversions is to get a quality piece of software, such as <strong>reaConverter</strong>. You can download and try it for free at <a href="http://www.reaconverter.com/">reaconverter.com</a>. Although it is small, this software is extremely efficient in managing a wide range of conversions. As you will soon realize, ReaConverter will help you avoid spending countless hours trying to figure out how to use an advanced digital editing program to open the photos you made with your brand new Olympus Stylus SP-820UZ, for example. But at the same time, it will allow you to apply a wide range of editing options.</p>
<p><img decoding="async" src="http://www.reaconverter.com/img/screen-1-s.png"></p>
<p>Here is a glimpse of what this program can do with your images:</p>
<ul>
<li><a href="http://www.reaconverter.com/features/image-editing/resize.html">Resize</a> your output image by defining its width and height, or resolution.</li>
<li><a href="http://www.reaconverter.com/features/image-editing/crop.html">Crop</a> a particular number of pixels from your image.</li>
<li><a href="http://www.reaconverter.com/features/image-editing/rotate.html">Rotate</a> your image by using a specific angle.</li>
<li><a href="http://www.reaconverter.com/features/image-editing/background-change.html">Change</a> the background colour of your output image.</li>
<li><a href="http://www.reaconverter.com/features/image-editing/black-white.html">Convert</a> your photo to black and white.</li>
<li><a href="http://www.reaconverter.com/features/image-editing/dynamic-watermark.html">Apply</a> watermarking to protect the copyright of your image. <a href="http://www.reaconverter.com/features/image-editing/image-watermark.html">Image</a> or <a href="http://www.reaconverter.com/features/image-editing/text-watermark.html">text watermarking</a> are available and you have several options to make sure the watermark goes exactly where you want it on the photograph.</li>
<li>&#8230;and <a href="http://www.reaconverter.com/features/#Editing">much more</a>!</li>
</ul>
<div style="margin-top: 10px;">&nbsp;</div>
<p><span style="-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #f5f5f5; padding: 13px; padding-bottom: 11px;"><img loading="lazy" decoding="async" style="vertical-align: -2px; padding-right: 7px; border: 0; box-shadow: 0 0 0;" alt="" src="http://www.reaconverter.com/i/down.gif" width="17" height="17" align="absmiddle" /><a style="font-size: 14pt; font-weight: normal;" onclick="javascript:urchinTracker('http://www.reaconverter.com/download/reaConverterPro-Setup.exe');" href="http://www.reaconverter.com/download/reaConverterPro-Setup.exe">Download and try <b>reaConverter</b></a>&nbsp;&nbsp;<span style="color: #999; font-size: 7pt;">(~35 MiB)</span></span></p>
<p><i style="color: #999;">Advanced users can process ORF files using <a style="color: #999;" href="http://www.reaconverter.com/features/command-line.html">command line converter</a> in manual, automated or scheduled mode. You are welcome to contact our <a style="color: #999;" href="http://www.reaconverter.com/support/">technical support</a> when you have any questions about reaConverter.</i></p>
<h1 style="font-weight: normal; padding-top: 15px;">Online ORF conversion:</h1>
<p>reaConverter is a great solution for efficiently managing a large amount of files, on a frequent basis. However, if you are planning to convert only a few ORF photos and only once in a while, then you can also try <a href="http://www.imverter.com/">Imverter</a>, free online photo converter.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Image Editing Made Easy: 10 Popular Processing Operations</title>
		<link>https://howto.reaconverter.com/image-editing-made-easy/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Mon, 15 Sep 2014 06:16:50 +0000</pubDate>
				<category><![CDATA[Image editing]]></category>
		<category><![CDATA[batch image editing]]></category>
		<guid isPermaLink="false">http://www.reaconverter.com/howto/?p=469</guid>

					<description><![CDATA[Are you worried that editing a large group of images requires having advanced image design software installed on your computer? And programs such as Corel or Adobe Photoshop not only tend to be quite pricy, but also require a powerful computer, take up a lot of space on your hard drive and are not necessarily ... <a title="Image Editing Made Easy: 10 Popular Processing Operations" class="read-more" href="https://howto.reaconverter.com/image-editing-made-easy/" aria-label="Read more about Image Editing Made Easy: 10 Popular Processing Operations">Read more</a>]]></description>
										<content:encoded><![CDATA[<p>Are you worried that editing a <strong>large group of images</strong> requires having advanced image design software installed on your computer? And programs such as Corel or Adobe Photoshop not only tend to be quite pricy, but also require a powerful computer, take up a lot of space on your hard drive and are not necessarily easy to use?</p>
<p><span id="more-469"></span></p>
<p>Applying batch editing to your photos no longer has to be a difficult task if you use <a href="http://www.reaconverter.com/">reaConverter</a>. This powerful software doesn’t take up too many resources on your computer, is completely user-friendly, and can be used not only as a proficient converter for over 400 <a href="http://www.reaconverter.com/features/formats.html">image formats</a>, but also as an easy-to-use image editor. <a href="http://www.reaconverter.com/features/image-editing/crop.html">Cropping</a>, <a href="http://www.reaconverter.com/features/image-editing/resize.html">resizing</a> or <a href="http://www.reaconverter.com/features/image-editing/image-watermark.html">watermarking</a> a group of images is only a few clicks away and is really fast and simple to operate.</p>
<p><img loading="lazy" decoding="async" src="/img/screen-2-s.png" alt="" width="500" height="386" style="margin: 30px 0 30px 0;"></p>
<p>Here are 10 of the most popular image processing operations that you can apply with reaConverter:</p>
<ol>
<li><a href="http://www.reaconverter.com/features/image-editing/resize.html">Resize</a>. This feature allows you to choose the number of pixels, inches or cm for the new width and height of the images. Inserting directly the desired resolution is also an option.
</li>
<div style="margin-top: 10px;">&nbsp;</div>
<li><a href="http://www.reaconverter.com/features/image-editing/rotate.html">Rotate</a> and/or <a href="http://www.reaconverter.com/features/image-editing/mirror.html">Mirror</a>. In case you opt for rotating the image, reaConverter lets you choose the angle and direction of rotation, and in case you opt for mirroring, you can select vertical or horizontal mirroring.
</li>
<div style="margin-top: 10px;">&nbsp;</div>
<li><a href="http://www.reaconverter.com/features/image-editing/crop.html">Crop</a>. Cropping allows you to select only the part of the image that you intend to use. This feature lets you crop from the center of the image (by inserting width and height) or from the edge (by inserting pixel numbers for the top, bottom, left and right cropping).
</li>
<div style="margin-top: 10px;">&nbsp;</div>
<li><a href="http://www.reaconverter.com/features/image-editing/canvas-size.html">Edit canvas size</a>. Here you can customize the workspace around an existing image. Cropping it or changing its color are two of the available options. You can also choose the position of the image on the workspace by ticking one of the Anchor buttons.
</li>
<div style="margin-top: 10px;">&nbsp;</div>
<li><a href="http://www.reaconverter.com/features/image-editing/color-depth.html">Edit color resolution</a>. Changing the number of colors in your images results in a new appearance and a new size.
</li>
<div style="margin-top: 10px;">&nbsp;</div>
<li><a href="http://www.reaconverter.com/features/image-editing/border.html">Add border</a>. The border can be placed on the inside or on the outside of the image, with a customizable width and color.
</li>
<div style="margin-top: 10px;">&nbsp;</div>
<li><a href="http://www.reaconverter.com/features/image-editing/shadow.html">Add shadow</a>. If you want to add a shadow to your images, you can edit its color, the blur width and distance (which is the interval between the bottom-right corner of the initial image and the bottom-right corner of its background).
</li>
<div style="margin-top: 10px;">&nbsp;</div>
<li><a href="http://www.reaconverter.com/features/image-editing/selective-color-change.html">Replace color</a> / <a href="http://www.reaconverter.com/features/image-editing/black-white.html">Convert to black and white</a>. reaConverter lets you customize the colors on your image, either by replacing them with different ones (selected from the palette or defined using their RGB quotas) or by converting the entire image to black and white.
</li>
<div style="margin-top: 10px;">&nbsp;</div>
<li><a href="http://www.reaconverter.com/features/image-editing/jpeg-artifacts-remove.html">Remove noise / Repair JPEG</a>. Both these features help you adjust image quality &mdash; the first one can be applied to black and white images only, and helps you remove the “noise pixels” or minimize quality loss when you convert to <a href="http://www.reaconverter.com/convert/jpeg.html">JPEG</a>.
</li>
<div style="margin-top: 10px;">&nbsp;</div>
<li><a href="http://www.reaconverter.com/features/image-editing/background-change.html">Replace background</a>. Here you can either change the background image by picking another image from your computer, or you can opt for changing the background color only.
</li>
</ol>
<div style="margin-top: 10px;">&nbsp;</div>
<p><span style="-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #f5f5f5; padding: 13px; padding-bottom: 11px;">&nbsp;&nbsp;&nbsp;<a style="font-size: 14pt; font-weight: normal;" onclick="javascript:urchinTracker('http://www.reaconverter.com/download/reaConverterPro-Setup.exe');" href="http://www.reaconverter.com/download/reaConverterPro-Setup.exe">Download and try <b>reaConverter Pro</b></a>&nbsp;&nbsp;&nbsp;</span></p>
<div style="margin-top: 30px;">&nbsp;</div>
<p><i style="color: #999;">Advanced users can do the same editing using <a style="color: #999;" href="http://www.reaconverter.com/features/command-line.html">command line converter</a> in manual, automated or scheduled mode. You are welcome to contact our <a style="color: #999;" href="http://www.reaconverter.com/support/">technical support</a> when you have any questions about reaConverter.</i></p>
<div style="margin-top: 30px;">&nbsp;</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Managing the ICC Profiles of Images</title>
		<link>https://howto.reaconverter.com/managing-the-icc-profiles-of-images/</link>
		
		<dc:creator><![CDATA[reaconverter]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 07:32:18 +0000</pubDate>
				<category><![CDATA[Image conversion]]></category>
		<category><![CDATA[Image editing]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[icc]]></category>
		<category><![CDATA[icc profile]]></category>
		<guid isPermaLink="false">http://www.reaconverter.com/howto/?p=328</guid>

					<description><![CDATA[When preparing images for print, most professional image handlers are particularly careful about how they manage the colors and tones, so as to make sure what will come out on paper will be according to what they planned while editing the image on screen. For this reason, they might want to pay attention to the ... <a title="Managing the ICC Profiles of Images" class="read-more" href="https://howto.reaconverter.com/managing-the-icc-profiles-of-images/" aria-label="Read more about Managing the ICC Profiles of Images">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" style="border: 0; box-shadow: 0 0 0;" src="http://www.reaconverter.com/howto/wp-content/uploads/2013/04/apply_icc-300x155.png" alt="apply_icc" width="300" height="155" class="alignnone size-medium wp-image-329" /><br />
When preparing images for print, most professional image handlers are particularly careful about how they manage the colors and tones, so as to make sure what will come out on paper will be according to what they planned while editing the image on screen. For this reason, they might want to pay attention to the <strong>configuration of the ICC profiles</strong> of their images. </p>
<p><span id="more-328"></span></p>
<p>The ICC profile contains information about the use of color pixels within the image file, including details such as the color gamut (the set of colors that the image will show), the lightest and darkest tones, or how these tones are dispersed and combined throughout the image. Moreover, ICC profiles contain information about the devices used to capture, handle and print image files. In fact, the color capacities of any camera, scanner or printer can be described accurately through an ICC profile, following the standards established by the International Color Consortium.</p>
<p><strong>Converting an image from one format to another does not necessarily mean you have to change the ICC profile.</strong> But this option stays open only when you use a quality piece of software such as ReaConverter. This powerful converter supports batch conversions from and to over 400 image formats, including archaic and rare, and allows you to make several choices when managing the input and output ICC profiles of your files. Here is how it works:</p>
<ul>
<li>After a quick and easy installing process (which you can start on <a href="http://www.reaconverter.com/">www.reaconverter.com</a>), ReaConverter lets you select the entire group of images you need to convert and add it to the conversion list.<br />
&nbsp;<br />
<img loading="lazy" decoding="async" src="http://www.reaconverter.com/howto/wp-content/uploads/2013/04/Step1-load-images1.png" alt="Load images" width="800" height="600" class="alignnone size-full wp-image-332" /><br />
&nbsp;
</li>
<li>Next, decide what kind of actions you want to apply to your images. If you want to use the ICC profile of the original file, go to <i>Options &rarr; Additional settings &rarr; ICC</i> and tick on the appropriate box. Consequently, you will be able to opt for applying and removing the ICC profile, or for copying and retaining it.<br />
&nbsp;<br />
<img loading="lazy" decoding="async" src="http://www.reaconverter.com/howto/wp-content/uploads/2013/04/Step1-additional-settings.png" alt="Additional Settings" width="800" height="600" class="alignnone size-full wp-image-338" /><br />
&nbsp;<br />
<img loading="lazy" decoding="async" src="http://www.reaconverter.com/howto/wp-content/uploads/2013/04/Step1-additional-settings-icc-profile.png" alt="ICC profile settings" width="800" height="600" class="alignnone size-full wp-image-339" /></p>
</li>
<li>
The second step in the conversion process also allows you to opt for a wide range of image editing actions. Here you can adjust brightness and contrast, add a photo filter or a text/image watermark on all output image files.<br />
&nbsp;<br />
<img loading="lazy" decoding="async" src="http://www.reaconverter.com/howto/wp-content/uploads/2013/01/rgb_to_cmyk31.png" alt="image editing" width="800" height="600" class="alignnone size-full wp-image-258" /><br />
&nbsp;
</li>
<li>
Last but not least, choose the destination folder where you want to store the converted images (and ReaConverte provides you with a handy button here, that lets you choose directly “Same as source folder”) and the extension of the output files. JPG, PNG, BMP, TIFF and GIF are among the options, but so are many others. Explore the list, pick your favorite and start the conversion. Your new files will be ready to use in no time!<br />
&nbsp;<br />
<img loading="lazy" decoding="async" src="http://www.reaconverter.com/howto/wp-content/uploads/2012/12/01_pdf_to_jpg_04.png" alt="" width="800" height="600" class="alignnone size-full wp-image-76" /><br />
&nbsp;
</li>
</ul>
<div style="margin-top: 10px;">&nbsp;</div>
<p><span style="-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #f5f5f5; padding: 13px; padding-bottom: 11px;"><img loading="lazy" decoding="async" style="vertical-align: -2px; padding-right: 7px; border: 0; box-shadow: 0 0 0;" alt="" src="http://www.reaconverter.com/i/down.gif" width="17" height="17" align="absmiddle" /><a style="font-size: 14pt; font-weight: normal;" onclick="javascript:urchinTracker('/downloads/ReaConverterPro.exe');" href="http://www.reasoft.com/downloads/ReaConverterPro.exe">Download and try <b>reaConverter</b></a>&nbsp;&nbsp;<span style="color: #999; font-size: 7pt;">(~30 MiB)</span></span></p>
<p><i style="color: #999;">Advanced users can do the same using <a style="color: #999;" href="http://www.reaconverter.com/command-line-image-processing.html">command line converter</a> in manual, automated or scheduled mode. You are welcome to contact our <a style="color: #999;" href="http://www.reaconverter.com/support.html">technical support</a> when you have any questions about reaConverter.</i></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
