Features  /  Image Editing  / 

Shadow

When you plan to arrange a digital photo album or get photos ready for print, adding a shadow to each image can provide a classier touch and make them look better-defined. While most advanced image editing software programs require a fairly complicated procedure for shadowing, including the addition of several layers, with reaConverter batch image shadowing takes no more than a few seconds.

Adding a shadow to your images is not only a fast and simple process, but also allows for advanced customization options. reaConverter lets you pick the desired blur width and distance of the shadow from the image, and provides handy color pickers for choosing the shadow and the background color.

Install reaConverter

Open Images

Load all the images you intend to shadow. Select them one by one, add entire folders, or use reaConverter's convenient drag-and-drop tool.

Add Border

In the Edit images tab, go to Add action → Creative Retouching → Shadow

Here you will be able to choose the desired blur width for the shadow, and its distance from the image. The effect of the figures you enter for these features can be seen in real time in the right side of the window, if you tick the Preview box. reaConverter also features 2 color pickers you can use directly on the preview image to define the shadow color and the background color.

Save the Result

In the Saving options tab, decide on a location for your newly shadowed images. You can save them locally, in the source folder or in a newly created one, or in your Google Drive, Dropbox, Box.net or SkyDrive folders. Last but not least, you can opt for converting your images into a new format by clicking one of the buttons conveniently placed in the lower part of the screen. reaConverter offers a comprehensive list of extensions to choose from.

Finally, click the Start button and your images will soon be ready!

Video tutorial

Try Free Trial Version

You are welcome to contact our technical support when you have any questions about reaConverter.

Share

Command-line Interface

Advanced users can add a shadow using command-line interface in manual or automated mode. reaConverter Pro edition provides a command-line tool called cons_rcp.exe

Adding shadow from command-line:

cons_rcp.exe -s "C:\Path_to\input_file.jpg" -o "C:\Path_to\output_file.jpg" -add_shadow b10 d20 s_rgb(128,128,128) b_rgb(255,255,255)

Manual:

-add_shadow (adds color shadow to an image)

Optional parameters:
  1. Blur width in pixels (Syntax: b10, integer)
  2. Distance to the shadow in pixels (Syntax: d20, integer)
  3. Shadow color (Syntax: s_rgb(66,137,212), s_hex(4289d4))
  4. Background color (Syntax: b_rgb(66,137,212), b_hex(4289d4))

Example:
  -add_shadow b10 d20 s_rgb(128,128,128) b_rgb(255,255,255)

Command-line shadow tool is an advanced feature meant for professional use, and is available in Pro edition only.

Download reaConverter Pro with CLI