nakijun / tilers-tools

Automatically exported from code.google.com/p/tilers-tools
1 stars 0 forks source link

fix for tiles_merge for merging overlapping tile sets with cut borders #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use tiles_merge on 2 overlapping tile sets with cut borders

What is the expected output? What do you see instead?

cut borders should not be grey-scale

What version of the product are you using? On what operating system?

2.2 - Windows

Please provide any additional information below.

Fix ... change line 202 to this:
dst_raster=Image.composite(src_raster,Image.open(dst_tile),Image.new("RGBA", 
(256, 256)))

Original issue reported on code.google.com by manim...@gmail.com on 3 Sep 2011 at 3:59

GoogleCodeExporter commented 9 years ago
Hi! Did you use version 2.2?

I think it was fixed in the repository. The line you refers to looks there like 
this:

dst_raster=Image.composite(src_raster,Image.open(dst_tile).convert("RGBA"),src_r
aster)

Original comment by vadp.d...@gmail.com on 5 Sep 2011 at 6:55

GoogleCodeExporter commented 9 years ago
Yeah, it does look like it was fixed in repo... i was using 2.2.  tilers-tools 
are great btw... thank you very much.

Original comment by manim...@gmail.com on 5 Sep 2011 at 1:04

GoogleCodeExporter commented 9 years ago
Cheers!

Original comment by vadp.d...@gmail.com on 5 Sep 2011 at 1:23