Skip to content

Conversation

@hoijui
Copy link

@hoijui hoijui commented Sep 5, 2021

No description provided.

hoijui added 30 commits March 17, 2018 17:58
rough summary:
* added most/all that is required for deploying to maven central (through sonatype)
* added lots of reporting plugins (use with `mvn site`)
* much more modular code
* jUnit testing introduction
  there are tests that run and do something,
  but they do not yet actually check something useful,
  except for exceptions
* test example images are now read as resources,
  so it should work more reliably
* more modularity
* less internal reliance on AWT
* less memory usage (more CPU)
... for possible future modularization
We use the Java method, because it allows us to keep the files for inspection if we want to.

Temporary files options:
* Java: files are deleted on JVM exit (or optionally not deleted at all)
* JUnit: files are deleted at end of test
* TiledImageMatrix
** now extends ImageMatrix
** uses dimensions instead of x&y / w&h
* AsciiExporter
** init(source) -> init(targetDimensions)
@korhner
Copy link
Owner

korhner commented Sep 5, 2021

Sick number of changes :) I'll try to make some time in the following days to review it all, thank you for your effort

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants