You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use these to crop and found it difficult to understand what was going on without reading all the source code.
Additional point of confusion: it would be awesome if TileSet (via delegation to Tile, perhaps) could have a read and write methods, instead of going through an external Reader class.
Ideally I'd like to be able to read the TileSet, manipulate it, and then dump it to disk. I struggled to accomplish this without writing janky new code.
The text was updated successfully, but these errors were encountered:
I was trying to use these to crop and found it difficult to understand what was going on without reading all the source code.
Additional point of confusion: it would be awesome if
TileSet
(via delegation toTile
, perhaps) could have aread
andwrite
methods, instead of going through an externalReader
class.Ideally I'd like to be able to read the
TileSet
, manipulate it, and then dump it to disk. I struggled to accomplish this without writing janky new code.The text was updated successfully, but these errors were encountered: