[gimp] plug-ins: remove all TIFF extensions and magics from file-raw/file-formats.h
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: remove all TIFF extensions and magics from file-raw/file-formats.h
- Date: Mon, 24 Jul 2017 18:45:01 +0000 (UTC)
commit 0369ac9b9ff4b27df2baa59227458504b4ee55d0
Author: Michael Natterer <mitch gimp org>
Date: Mon Jul 24 20:44:22 2017 +0200
plug-ins: remove all TIFF extensions and magics from file-raw/file-formats.h
plug-ins/file-raw/file-formats.h | 18 +++++++-----------
1 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/plug-ins/file-raw/file-formats.h b/plug-ins/file-raw/file-formats.h
index d6abb14..49f5a7c 100644
--- a/plug-ins/file-raw/file-formats.h
+++ b/plug-ins/file-raw/file-formats.h
@@ -44,13 +44,10 @@ static const FileFormat file_formats[] =
{
{
N_("Raw Canon"),
- "image/x-canon-cr2,image/x-canon-crw,image/tiff",
- "cr2,crw,tif,tiff",
- "0,string,II*\\0\\020\\0\\0\\0CR," /* cr2 */
- "0,string,II\\024\\0\\0\\0HEAPCCDR," /* crw */
- "0,string,MM\\0*\\0\\0\\0\\020\\0272\\0260," /* tiff */
- "0,string,MM\\0*\\0\\0\\021\\064\\0\\04," /* tiff */
- "0,string,II*\\0\\0\\03\\0\\0\\0377\\01", /* tiff */
+ "image/x-canon-cr2,image/x-canon-crw",
+ "cr2,crw",
+ "0,string,II*\\0\\020\\0\\0\\0CR," /* cr2 */
+ "0,string,II\\024\\0\\0\\0HEAPCCDR", /* crw */
"file-%s-canon-load",
"Load files in the Canon raw formats via %s",
@@ -125,10 +122,9 @@ static const FileFormat file_formats[] =
{
N_("Raw Kodak"),
- "image/x-kodak-dc2,image/x-kodak-dcr,image/x-kodak-kdc,image/x-kodak-k25,image/x-kodak-kc2,image/tiff",
- "dc2,dcr,kdc,k25,kc2,tif,tiff",
- "0,string,MM\\0*\\0\\0\\021\\0166\\0\\04," /* tiff */
- "0,string,II*\\0\\0\\03\\0\\0\\0174\\01", /* tiff */
+ "image/x-kodak-dc2,image/x-kodak-dcr,image/x-kodak-kdc,image/x-kodak-k25,image/x-kodak-kc2",
+ "dc2,dcr,kdc,k25,kc2",
+ NULL,
"file-%s-kodak-load",
"Load files in the Kodak raw formats via %s",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]