Page 6 sur 6

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 26 févr. 2020 14:46
par Corwin13
D'accord avec Tom, la fonction R-Touch sur PFS serait une excellente évolution. J'avais cependant trouvé la fonction un peu complexe à utiliser. Il faudrait peut-être séparer les fonction de base (luminosité, contraste, couleurs etc...) des fonctions de mode de fusion qu'on activerait par une commande spécifique (fonctions complémentaires).
As-tu d'autres projets dans tes tiroirs?

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 26 févr. 2020 16:13
par jashleygraphics
I tried to download the 10.14.1 but it does not open, I would like to have vividness or shade and saturation in order to make partial colors in the menu level new :D

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 06 juin 2020 21:20
par Windoline
Hello everybody, I find a Photofiltre Version for Linux would like a great idea but .... Photofiltre and Photofiltre Mini ( if I right read) are only 32 bit and now Linux only has a 64 bit architectur : that's the big problem !

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 07 juin 2020 18:30
par Antonio
i know but my dev machine for linux is old and supports only 32-bits system...

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 31 juil. 2020 22:33
par Kuno
I discovered PF_Mini somehow in February this year - and though i run a 64-bit Linux, PF_Mini runs withoout problems on my system. If someone has problems with 32bit programs, for Debian you have to a

Code : Tout sélectionner

sudo dpkg --add-architecture i386
followed by an

Code : Tout sélectionner

sudo apt-get update
Since the PF_Mini - Download for Linux is not a real full-featured package, it may be necessary to install some random 32-bit software to really pull in the needed dependencies into the System. For instance, on "www.freeoffice.com" you may download a 32bit-deb or -rpm of an office-suite. Installing this will pull in the 32bit-dependencies.

Thereafter you should be able to run 32-bit applications. For more information/other systems than debian search the net for "multiarch"!

PS: I've been using Photofiltre (even bought a studio-license) years ago on Windows. Since i switched to Linux ten years ago, i was searching for a Linux-Alternative. Did not find one really. Photoflare was a buggy work in progress. When i discovered PF_Mini, i was just astonished. Lots of features with such a small footprint. I ditched darktable and now use PF_Mini for image manipulation, if needed.

Merci beaucoup, Antonio :lol:

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 01 août 2020 9:18
par Antonio
thanks, i will cmopile for 64 bits in september because i will get a 64 bits pc for dev :wink:

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 23 sept. 2020 16:08
par Antonio
Version 1.1 for Linux 64-bits

Now i'm trying VirtualBox to work on Linux...

VirtualBox 6.1 / Debian 10.5 / Lazarus 2.0.10 / FPC 3.2

http://www.photofiltre-studio.com/pfmin ... x_amd64.7z

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 10 oct. 2020 13:24
par Antonio
fixed bugs on Linux. PopupMode create some bugs when multi dialogs boxes was opened (Z-order), i use now fsStayOnTop:

http://www.photofiltre-studio.com/pfmin ... x_amd64.7z

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 11 oct. 2020 17:08
par Antonio
j’apprécie de plus en plus l'environnement de dev Lazarus/fpc, j'ai pris mon projet Linux et je l'ai compilé sous Mac OSX et c'est passé en changer simplement quelques lignes :wink:

Image

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 13 oct. 2020 14:08
par Antonio
Now it's possible to use the library FreeImage under linux to open raw and hdr formats (it's a small package). Just install it using the command :

Code : Tout sélectionner

sudo apt-get install libfreeimage3


http://www.photofiltre-studio.com/pfmin ... x_amd64.7z

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 15 oct. 2020 13:04
par Antonio
je me doute qu'il doit pas y avoir beaucoup d'utilisateurs mac sur ce forum mais y aurai-il des utilisateurs avancés pour tester cette version ? :

http://www.photofiltre-studio.com/pfmin ... _osx64.zip

Il faut bien sûr autoriser l'installation des applications développeurs (d'où le mode utilisateur avancé). J'ai compilé sous Mojave 64 bits...

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 18 oct. 2020 15:26
par Tom
Commentaire rapide d'un bon connaisseur de Mac, de mes connaissances :

"pas eu le temps de beaucoup tester, mais tout semble fonctionner, y compris le R-touch. :)
Pas mal du tout - on voit que ce n'est pas du "natif MacOS" à quelques petits détails, mais rien de rédhibitoire ; plutôt rapide, un poil de "lag" avec les sélections mais c'est supportable. De bonnes idées.
Pas de calque dans la version "mini", je suppose ? "

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 18 oct. 2020 16:04
par Antonio
Commentaire rapide d'un bon connaisseur de Mac, de mes connaissances :
==> merci à lui pour ce retour :wink:

Pas de calque dans la version "mini", je suppose ? "
==> non pour le moment il n'y a pas d'évolution par rapport à la version windows, c'est surtout pour moi, pour voir si le code est bien compatible multi-OS. Pour le moment je suis agréablement surpris qu'il tourne correctement sous Linux et Mac alors que j'ai développé sous Windows, et c'est bien le même code et la même interface pour tous les OS...ça peut ouvrir des perspectives pour la suite si jamais j'ai le temps et la motivation :oops:

Par contre sous Linux Mint, je n'ai pas le curseur sablier qui symbolise une action en cours. Je sais pas si ça vient de mon code ou de Mint car sous Debian ça tourne bien...

Re: PhotoFiltre for Linux and Mac OS ? (Lazarus)

Publié : 03 nov. 2020 14:20
par Antonio
J'ai rajouté la gestion des méta-données (commentaire, Exif, IPTC). Ça fonctionne pour les formats jpeg, raw et tiff (via le menu File > Properties)

Mon objectif est d'intégrer la librairie FreeImage directement dans la version Studio mais il me manque encore quelques fonctions (gif animés par exemple)