mirror of
				https://github.com/Dadido3/noita-mapcap.git
				synced 2025-10-31 03:09:35 +00:00 
			
		
		
		
	Remove DZI overlap, as it seems unnecessary
This commit is contained in:
		
							parent
							
								
									b9fc890581
								
							
						
					
					
						commit
						f0ee3e2399
					
				| @ -19,7 +19,7 @@ import ( | |||||||
| 
 | 
 | ||||||
| const ( | const ( | ||||||
| 	dziTileSize = 512 // The (maximum) width and height of a tile in pixels, not including the overlap.
 | 	dziTileSize = 512 // The (maximum) width and height of a tile in pixels, not including the overlap.
 | ||||||
| 	dziOverlap  = 1   // The amount of additional pixels on every side of every tile. The real (max) width/height of an image is `2*overlap + tileSize`.
 | 	dziOverlap  = 0   // The amount of additional pixels on every side of every tile. The real (max) width/height of an image is `2*overlap + tileSize`.
 | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| type DZI struct { | type DZI struct { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user