Image Editor Plus is an add-on that lets you modify your image in seconds. Clear, fill, flip, rotation, adjusting colors, and applying some filters in just a few clicks without external editors such as PhotoShop or Gimp.
Go to file
akaneyu a7d9ccf0da Update readme 2025-04-09 20:32:07 +09:00
addon Fix: start position of the selection may be incorrect 2025-03-23 13:37:58 +09:00
doc/images Update readme 2025-04-09 20:32:07 +09:00
.gitignore Update gitignore 2024-03-05 21:26:47 +09:00
LICENSE Initial commit 2024-03-04 22:28:53 +09:00
README.md Update readme 2025-04-08 00:04:43 +09:00

README.md

Image Editor Plus

Image Editor Plus

Image Editor Plus is a Blender add-on that lets you modify your image in seconds. Clear, fill, flip, rotation, adjusting colors, and applying some filters in just a few clicks without external editors such as PhotoShop or Gimp.

This add-on extends the UV/Image Editor in Blender and provides the following operations.

  • Cut/Copy/Paste
  • Clear, Fill
  • Crop
  • Adjust hue/saturation
  • Adjust brightness/contrast
  • Adjust gamma
  • Adjust color curve
  • Replace color
  • Flip, Rotate
  • Canvas size
  • Offset
  • Apply filters

NOTE: Currently, text editing is provided as a separate add-on: Image Editor+ Text Tool

These image operations can be applied to packed/unpacked images, and reflected to the 3D model view immediately.

You can make a selection to edit the desired area on your image (currently only rectangle selection supported).

Adjust color

It's easy to copy/paste a selection or an entire image. The pasted images are displayed as layers, and they can be moved, rotated or scaled.

NOTE: To display pasted layers in the 3D View, you need to use a Image Layers Node instead of built-in Texture Node.

Pasted layers

Filters

By applying the some filters, you can add special effects to your images.

  • Blur
  • Sharpen
  • Add noise
  • Pixelize (Mosaic)
  • Make seamless
  • Normal map

"Make seamless" filter is useful for making your image tileable.

Filters

Normal Map Generator

Normal Map is a texture where every pixel represents a normal vector and is used to add bumps to a surface.

This add-on uses a height map (black: low, white: high) as input and can convert it to a normal map.

Normal map