Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CivilEngineering.Terrain.GSJ.datatilemap の SavePNGNumberTile 系で width != height なデータを保存すると height 方向のデータ終盤が消失するバグがあるようだ。なおそう #14

Open
usagi opened this issue Apr 15, 2019 · 2 comments
Assignees

Comments

@usagi
Copy link
Owner

usagi commented Apr 15, 2019

static public Bitmap SavePNGNumberTileU( double[,] data, double f = 1, double o = 0, Color? invalid_value = null )

static public Bitmap SavePNGNumberTileS( double[,] data, double f = 1, double o = 0, Color? invalid_value = null )

@usagi usagi self-assigned this Apr 15, 2019
@usagi
Copy link
Owner Author

usagi commented Apr 15, 2019

バグってる出力例

image

@usagi
Copy link
Owner Author

usagi commented Apr 15, 2019

なるほど😅

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant