Gdal2tiles or maptiler generates tiles with tile size of 256x256 px.
I have a non-square image with resolution of 1984x3062.
Processing this non-square image, gdal2tiles generates tiles of 256x256 but with transparent portions to compensate the non-square size, this causes leafletjs to work improperly.
So I would like to find a solution by which I can generate custom tile sizes with gdal2tiles or maptiler. Or some other solution that would help to remove the extra transparent part from the tiles.