summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-28 00:36:32 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-28 00:36:32 +0200
commit20286c5a434580d38dc0a85981503d6310b9e55a (patch)
tree4f48c385ceba3ae48fd1d5f8fce438394ed35e37 /NEWS
parent3863aa643f604f17b79684093fd34e7a67b093fa (diff)
move Jpeg header writing to JpgcomImageMetaData class
update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7a4cfa5..e672b42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
gipfel ChangeLog
=================
+gipfel-0.2.0
+ - Change orientation format in jpeg header to make it independent
+ of the image size. One can now scale an already oriented image
+ without invalidating the orientation information.
+ - gipfel now tries to find a reasonable default for the scale value
+ when opening new images based on the "Focal Length In 35mm" Exif
+ tag, if it exists.
gipfel-0.1.3
- Add stitching mode (gipfel -s). See README for details.