diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-10-28 00:36:32 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-10-28 00:36:32 +0200 |
commit | 20286c5a434580d38dc0a85981503d6310b9e55a (patch) | |
tree | 4f48c385ceba3ae48fd1d5f8fce438394ed35e37 /NEWS | |
parent | 3863aa643f604f17b79684093fd34e7a67b093fa (diff) |
move Jpeg header writing to JpgcomImageMetaData class
update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |