/branches/Version13x/Scribus/scribus/profiles/Fogra27L.icm |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Deleted: svn:mime-type |
## -1 +0,0 ## |
-application/octet-stream |
\ No newline at end of property |
Index: GenericCMYK.icm |
=================================================================== |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
/GenericCMYK.icm |
---|
Property changes: |
Added: svn:mime-type |
## -0,0 +1 ## |
+application/octet-stream |
\ No newline at end of property |
Index: Makefile.am |
=================================================================== |
--- Makefile.am (revision 6749) |
+++ Makefile.am (revision 6750) |
@@ -1,7 +1,7 @@ |
####### kdevelop will overwrite this part!!! (begin)########## |
-EXTRA_DIST = Readme srgb.license sRGB.icm Fogra27L.icm |
+EXTRA_DIST = Readme srgb.license sRGB.icm GenericCMYK.icm GenericCMYK.txt |
install-data-local: |
$(mkinstalldirs) $(DESTDIR)$(libdir)/scribus/profiles/ |
@@ -8,13 +8,13 @@ |
$(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 |
- |
+ $(INSTALL_DATA) $(srcdir)/GenericCMYK.icm $(DESTDIR)$(libdir)/scribus/profiles/GenericCMYK.icm |
+ $(INSTALL_DATA) $(srcdir)/GenericCMYK.txt $(DESTDIR)$(libdir)/scribus/profiles/GenericCMYK.txt |
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 |
- |
+ -rm -f $(DESTDIR)$(libdir)/scribus/profiles/GenericCMYK.icm |
+ -rm -f $(DESTDIR)$(libdir)/scribus/profiles/GenericCMYK.txt |
####### kdevelop will overwrite this part!!! (end)############ |
/branches/Version13x/Scribus/scribus/profiles/CMakeLists.txt |
---|
3,7 → 3,8 |
) |
INSTALL(FILES |
Fogra27L.icm |
GenericCMYK.icm |
GenericCMYK.txt |
Readme |
sRGB.icm |
srgb.license |
/branches/Version13x/Scribus/scribus/profiles/Readme |
---|
1,6 → 1,6 |
This folder is used to store ICC-compatible color profiles |
for use with Scribus and LittleCMS. This location will change in the |
future when openicc specifications are formalized. |
for use with Scribus and LittleCMS. By default, Scribus will search in |
~/.color/icc and /usr/share/color and subdirectories for profiles. |
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 |
14,7 → 14,8 |
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 ICC-Profiles. |
on Win2k and XP are ICC-Profiles. Scribus will automatically detect available |
system profiles on Win32. |
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. |