R
Roedy Green
I have various directories for various purposes. For example I have a
directory with nothing by 32 x 32 png files it in. In others there in
nothing but HTML.
I would be nice to have like a file assert system that could enforce
additional rules e.g.
1. files you save must be in a certain size range.
2. files must be a certain type
3. images must past a rightsize image dimension check. see
http://mindprod.com/jgloss/rightsize.html
4. must pass user written custom asserts encoded in Java.
You would need some hook to monitor saves done by any app.
Have you ever heard of such a thing written in Java?
--
Roedy Green Canadian Mind Products
http://mindprod.com
"Species evolve exactly as if they were adapting as best they could to a changing world, and not at all as if they were moving toward a set goal."
~ George Gaylord Simpson
directory with nothing by 32 x 32 png files it in. In others there in
nothing but HTML.
I would be nice to have like a file assert system that could enforce
additional rules e.g.
1. files you save must be in a certain size range.
2. files must be a certain type
3. images must past a rightsize image dimension check. see
http://mindprod.com/jgloss/rightsize.html
4. must pass user written custom asserts encoded in Java.
You would need some hook to monitor saves done by any app.
Have you ever heard of such a thing written in Java?
--
Roedy Green Canadian Mind Products
http://mindprod.com
"Species evolve exactly as if they were adapting as best they could to a changing world, and not at all as if they were moving toward a set goal."
~ George Gaylord Simpson