From 20286c5a434580d38dc0a85981503d6310b9e55a Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 28 Oct 2006 00:36:32 +0200 Subject: move Jpeg header writing to JpgcomImageMetaData class update NEWS --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.3 From cb4f7e5d387385a289c5e45af0b0b53fe89ffe04 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 30 Oct 2006 19:54:17 +0100 Subject: update NEWS --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e672b42..f815647 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,13 @@ 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. + - Change scale factor to "focal length in 35mm" this makes 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. + - GPS position Exif tags are used if they exist. gipfel-0.1.3 - Add stitching mode (gipfel -s). See README for details. -- cgit v1.2.3