https://github.com/bb4/bb4-imageproc
Scala Image breeder app and image processing demo code based on Java2d book.
https://github.com/bb4/bb4-imageproc
image-processing
Last synced: 12 months ago
JSON representation
Scala Image breeder app and image processing demo code based on Java2d book.
- Host: GitHub
- URL: https://github.com/bb4/bb4-imageproc
- Owner: bb4
- License: mit
- Created: 2018-10-20T12:00:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T17:51:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T17:41:30.943Z (about 1 year ago)
- Topics: image-processing
- Language: Scala
- Homepage:
- Size: 582 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bb4-imageproc
Scala java2D image related demo code.
A significant portion of this code in this project comes from "Java 2D Graphics" by Jonathan Knudsen.
Virtually all of the files in the java2d/examples package come from ftp://ftp.oreilly.com/pub/examples/java/2d.
The code is originally the work of Jonathan Knudsen. I have only modified and added to it to suit the
needs of my other projects with depend on the java2d jar produced by this subproject.
I give full credit to Jonathan Knudsen and believe I am making use of his work here in
accordance with the implicit licensing agreement (or lack thereof) of the source code provided with his book.