git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2918d9f
)
header for cmyk.cc
author
kramm
<kramm>
Sun, 20 Feb 2005 19:49:07 +0000
(19:49 +0000)
committer
kramm
<kramm>
Sun, 20 Feb 2005 19:49:07 +0000
(19:49 +0000)
pdf2swf/xpdf/cmyk.h
[new file with mode: 0644]
patch
|
blob
diff --git a/pdf2swf/xpdf/cmyk.h
b/pdf2swf/xpdf/cmyk.h
new file mode 100644
(file)
index 0000000..
1efb467
--- /dev/null
+++ b/
pdf2swf/xpdf/cmyk.h
@@ -0,0
+1,4
@@
+#ifndef __cmyk_h__
+#define __cmyk_h__
+void convert_cmyk2rgb(float c,float m,float y,float k, unsigned char*r, unsigned char*g, unsigned char*b);
+#endif