You are here

Isometric Floor

  • 1
  • 2
  • 3
  • 4
  • 5
Total votes: 0
Rate this item!
AttachmentSize
01-Isometric-Floor_v1.0.scm10.47 KB
demo-iso-floor.png26.13 KB

This script-fu turns a "flat" image into isometric image. This helps to draw floors. It can also scale image with few options (ratio, a second layer with interpolation and opacity)...

You can find "02 - Isometric Floor" in Filters>2D Isometric-Fu>

example:

Why is there "a second layer with interpolation and opacity" for scaling?
There is always a first layer without interpolation to try to keep the grain texture. This is practical for stone for example. The opacity of this layer is always 100%.
Then there is a second layer with interpolation and opacity of your choice for more precision.
If you check "Isometric floor", the two layers will be merged before being processed.
If the opacity is 0%, the second layer will not be created.
There is an option to keep aspect ratio while scaling. It could be improved...

There is also an option to convert the image to RGB color mode to correct problems of interpolation with indexed color.

But...
SLOW processing for LARGE images! -_-'

GIMP Version: 
Scripting Engine: 

Comments

The AA looks not so nice in preview image.

The script simply moves the pixels, so the anti-aliasing is not so nice.
I have to find a solution. Any ideas?

half alpha value for the edges? something like that...

perhaps you can find info on AA from videocard creator (Ati/Nvidia)

Subscribe to Comments for "Isometric Floor"