summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/jpeg/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:03:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:03:37 -0600
commit2e25fa39cd67cca2472d3eabdb478feb517d72a5 (patch)
tree63725962f632d152cbf20709191d39f6fc865966 /kfile-plugins/jpeg/README
parent190d88dfc662f3fc466c9d1f53acbbea65f33c49 (diff)
downloadtdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.tar.gz
tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kfile-plugins/jpeg/README')
-rw-r--r--kfile-plugins/jpeg/README35
1 files changed, 0 insertions, 35 deletions
diff --git a/kfile-plugins/jpeg/README b/kfile-plugins/jpeg/README
deleted file mode 100644
index 6b714426..00000000
--- a/kfile-plugins/jpeg/README
+++ /dev/null
@@ -1,35 +0,0 @@
--------------------------------------------------------------------------------
-Thanks to:
-Matthias Wandel <matt@rim.net>
-jhead (http://www.sentex.net/~mwandel/jhead/)
-
-Groult Richard <rgroult@jalix.org>
-showimg (http://ric.jalix.org/)
-
-Bryce Nesbitt for setcomment
-based on wrjpgcom.c, Copyright (C) 1994-1997, Thomas G. Lane.
-
-Frank Pieczynski <pieczy@knuut.de>
-
-EXIF spec:
-http://www.pima.net/standards/it10/PIMA15740/exif.htm
-http://www.ba.wakwak.com/~tsuruzoh/Computer/Digicams/exif-e.html
-
--------------------------------------------------------------------------------
-Bugs:
- 0) Just showing the meta info can cause the file to be rewritten!!!
- 1) utf-8 paths must be tested and supported.
- 2) Display of EXIF comments need to be tested.
- Both Unicode & ASCII need testing.
-
-New features needed:
- 1) Should switch to a multi-line editor for comments. Support "\n".
- 2) Should autodetect if the jpeg COM is in utf-8 format.
- 3) Allow editing the EXIF "Orientation" flag (without rewriting the exif header).
- 4) Extract and return the EXIF thumbnail, oriented properly, as an alternative
- to the much slower process of generating a new thumbnail.
-
-Future features:
- 1) Allow the user to erase or move comment in either the EXIF or jpeg COM.
- 2) Play or return audio files associated with the exif.
-