Difference between revisions of "PhotoFiltre"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
Line 2: Line 2:
 
to an image and apply a vast range of filters on it. It is simple and intuitive to use, and has an easy
 
to an image and apply a vast range of filters on it. It is simple and intuitive to use, and has an easy
 
learning curve. The toolbar, giving you access to the standard filters with just a few clicks, gives
 
learning curve. The toolbar, giving you access to the standard filters with just a few clicks, gives
PhotoFiltre a robust look."  
+
PhotoFiltre a robust look".
 +
 
References :  
 
References :  
* Download : [http://photofiltre.free.fr/frames_en.htm]
+
* Download : http://photofiltre.free.fr/frames_en.htm
* Official : [http://photofiltre.free.fr/]
+
* Official : http://photofiltre.free.fr/
  
 
<source lang="xml">  
 
<source lang="xml">  

Latest revision as of 18:45, 9 March 2010

"PhotoFiltre is a complete image retouching program. It allows you to do simple or advanced adjustments to an image and apply a vast range of filters on it. It is simple and intuitive to use, and has an easy learning curve. The toolbar, giving you access to the standard filters with just a few clicks, gives PhotoFiltre a robust look".

References :

 
<package
    id="Photofiltre"
    name="Photofiltre"
    revision="2"
    reboot="false"
    priority="1">
	<check type="file" condition="versionequalto" path="%PROGRAMFILES%\PhotoFiltre\PhotoFiltre.exe" value="6.4.0"/>
	
	<install cmd='%SOFTWARE%\graphics\pf-setup.exe /S' />
 
	<upgrade cmd='%SOFTWARE%\graphics\pf-setup.exe /S' />
    <remove cmd='%PROGRAMFILES%\PhotoFiltre\Uninst.exe /S' />
</package>