diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kdeprint/filters/imagetops.xml | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint/filters/imagetops.xml')
-rw-r--r-- | kdeprint/filters/imagetops.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kdeprint/filters/imagetops.xml b/kdeprint/filters/imagetops.xml new file mode 100644 index 000000000..aba7f883a --- /dev/null +++ b/kdeprint/filters/imagetops.xml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<kprintfilter name="imagetops"> + <filtercommand data="imagetops %filterargs %filterinput %filteroutput" /> + <filterargs> + <filterarg name="center" description="Image centering" format="-nocenter" type="bool" default="true"> + <value name="true" description="Yes" /> + <value name="false" description="No" /> + </filterarg> + <filterarg name="turn" description="Image rotation" format="-%value" type="list" default="auto"> + <value name="auto" description="Automatic" /> + <value name="noturn" description="None" /> + <value name="turn" description="90 deg" /> + </filterarg> + <filterarg name="scale" description="Image scale" format="-scale %value" type="float" min="0.0" max="1.0" default="1.000" /> + <filterarg name="dpi" description="Image resolution" format="-dpi %value" type="int" min="72" max="1200" default="300" /> + </filterargs> + <filterinput> + <filterarg name="file" format="%in" /> + <filterarg name="pipe" format="" /> + </filterinput> + <filteroutput> + <filterarg name="file" format="> %out" /> + <filterarg name="pipe" format="" /> + </filteroutput> +</kprintfilter> |