/branches/Version13x/Scribus/scribus/profiles/Makefile.am |
---|
1,7 → 1,7 |
####### kdevelop will overwrite this part!!! (begin)########## |
EXTRA_DIST = Readme srgb.license sRGB.icm |
EXTRA_DIST = Readme srgb.license sRGB.icm Fogra27L.icm |
install-data-local: |
$(mkinstalldirs) $(DESTDIR)$(libdir)/scribus/profiles/ |
8,8 → 8,12 |
$(INSTALL_DATA) $(srcdir)/Readme $(DESTDIR)$(libdir)/scribus/profiles/ReadMe |
$(INSTALL_DATA) $(srcdir)/srgb.license $(DESTDIR)$(libdir)/scribus/profiles/srgb.license |
$(INSTALL_DATA) $(srcdir)/sRGB.icm $(DESTDIR)$(libdir)/scribus/profiles/sRGB.icm |
$(INSTALL_DATA) $(srcdir)/Fogra27L.icm $(DESTDIR)$(libdir)/scribus/profiles/Fogra27L.icm |
uninstall-local: |
-rm -f $(DESTDIR)$(libdir)/scribus/profiles/ReadMe |
-rm -f $(DESTDIR)$(libdir)/scribus/profiles/sRGB.icm |
-rm -f $(DESTDIR)$(libdir)/scribus/profiles/srgb.license |
-rm -f $(DESTDIR)$(libdir)/scribus/profiles/Fogra27L.icm |
####### kdevelop will overwrite this part!!! (end)############ |
/branches/Version13x/Scribus/scribus/profiles/Fogra27L.icm |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
## -0,0 +1 ## |
+application/octet-stream |
\ No newline at end of property |
Index: Readme |
=================================================================== |
--- Readme (revision 2916) |
+++ Readme (revision 2917) |
@@ -1,13 +1,21 @@ |
This folder is used to store ICC-compatible color profiles |
-for use with Scribus and LittleCMS. |
+for use with Scribus and LittleCMS. This location will change in the |
+future when openicc specifications are formalized. |
+The two profiles included are generic RGB and CMYK profiles installed to ensure |
+color management functions immediately on install. These are not meant to be used |
+for exacting color precision. |
+ |
You can get some sample profiles at: www.littlecms.com and |
-there are more links in the documentation under the DTP Links Page. |
+there are more links in the documentation under the DTP Links Page, as well as |
+the downloads section on www.scribus.net. |
+ |
+ |
Another source for Profiles is a modern Windows installation, |
in C:\Windows\System\Color on Win9x/NT4 or C:\Winnt\system32\spool\color |
- on Win2k and XP are normally some ICC-Profiles. |
+ on Win2k and XP are ICC-Profiles. |
-A hint for MacOS users: you can use your ColorSync-Profiles, which will be recognized by Scribus |
-if they have .icc or icm extensions. |
+A hint for MacOS users on fink. You can add your ColorSync-Profiles directory |
+and the system profiles will be recognized by Scribus if they have .icc or icm extensions. |