summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-02 18:21:54 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-02 18:21:54 +0200
commit699556f7efcf6a9af39c37bd0c881ee3edc21da3 (patch)
tree55a53b797a7f755f280cf74c19d0b61f715c1f43 /src/gipfel.cxx
parentf2e115a29f85d8d637f2e0894532212e93691118 (diff)
add JPEGOutputImage.cxx
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index 8256cd8..8e0e1b9 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -457,8 +457,8 @@ static int stitch(int stitch_w, int stitch_h, int argc, char **argv) {
win->show(0, argv);
- //st->set_output((OutputImage*) new JPEGOutputImage("/tmp/bla.jpg", 90));
- st->set_output((OutputImage*) img);
+ st->set_output((OutputImage*) new JPEGOutputImage("/tmp/bla.jpg", 90));
+ //st->set_output((OutputImage*) img);
st->resample(stitch_w, stitch_h, 0.0, 7.0);
img->redraw();
Fl::run();