r19887 by fschmid - Removed all vector formats from the GraphikMagiks formats.

scribus-commit scribus-commit at lists.scribus.net
Sat Feb 28 09:16:43 UTC 2015


Author: fschmid
Date: Sat Feb 28 09:16:43 2015
New Revision: 19887

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=19887
Log:
Removed all vector formats from the GraphikMagiks formats.

Modified:
    trunk/Scribus/scribus/util_formats.cpp

Modified: trunk/Scribus/scribus/util_formats.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19887&path=/trunk/Scribus/scribus/util_formats.cpp
==============================================================================
--- trunk/Scribus/scribus/util_formats.cpp (original)
+++ trunk/Scribus/scribus/util_formats.cpp Sat Feb 28 09:16:43 2015
@@ -59,6 +59,16 @@
 	}
 	MagickFree(magick_array);
 	//qDebug()<<gmagickformats;
+	gmagickformats.removeAll("wmf");
+	gmagickformats.removeAll("wpg");
+	gmagickformats.removeAll("svg");
+	gmagickformats.removeAll("svgz");
+	gmagickformats.removeAll("tiff");
+	gmagickformats.removeAll("psd");
+	gmagickformats.removeAll("pdf");
+	gmagickformats.removeAll("eps");
+	gmagickformats.removeAll("ps");
+	gmagickformats.removeAll("pict");
 	m_fmts.insert(FormatsManager::GMAGICK, gmagickformats);
 	//QStringList() << "xbm" << "tga" << "ptif" << "ppm" << "pnm" << "pgm" << "pcds" << "pcd" << "pbm" << "mng" << "ico" << "gif" << "fax" << "dpx" << "bmp" << "xcf");
 #endif




More information about the scribus-commit mailing list