I am looking for a java based solution to create TMS compatible 256x256 png tiles with a from a big raster file (e.g. jpeg or tiff) with an associated world file that specifies the bounding box, etc.
There are many solutions available like geoserver + geotools, but mostly they are too extensive for my use I think (as I do not want to serve the tiles via a webserver, but want them locally saved in a directory). Basically I want the functionality of the c++ program gdal2tiles in java.
Can someone direct me to a solution? Or explain how I can save tiles to a local directory using geotools/geoserver ?