Version de PhotoFiltre : PF v11.4.2(x64)- PFS v10.14.1
Système d'exploitation : Windows 10 Home 64bits
Processeur : Intel inside Pentium
Mémoire RAM : 4 GB
Localisation : LILLE
Messagepar JCB »
Good evening,
Launch of the plugin.
Click 3 or 4 times on " Scale " (arrow upward).
Click 3 or 4 times on " Scale " (arrow downward).
The following error is displayed.
Identical problem with "Location X" ou "Location Y".
Hi Cleon,
Been playing with this plugin for 2 days now, but did not leave comments as my PC is awfully slow and getting to the net would be awful. ... My comments.
1) Would it be possible for your plugin to not look at the selections folder, but also the subfolders? Most selections are categorized into subfolders and it would be nice if it looked at them too!
2) Make it so that the plugin remembers the font, colour, size and maybe, the last used selection, location and text. You could probably make use of the PhotoFiltre.ini file for this.
3) Maybe a little too much, but it would be really nice and much more convenient if we could drag the selection to an appropriate loaction rather than use the X,Y values.
4) Have button to get the selection to the centre of the picture.
5) Below the Fontbox, you could use the space to have the colour box. This would allow to choose colours not in the colour list.
6) Don't know if it would be possible, but allow the user to just draw up a selection or choose a selection, size it, position it and then invoke your plugin to write around the path ... would be the best as it would not require using selections in a particular folder only.
7) Not related to the plugin itself, but could you put in a link to your plugin in your signature on this forum. When an update is made, it would be very easy for users to download the update. ... atleast while its in beta phase.
Hi Cleon,
Very nice work !
JogyGeorge was awaked before me and he has just wroten that i think about subfolders access and a way to invoke you plugin from a selection located on the workspace.
I enjoy to try the next releases.
Thanks and cheers.
JogyGeorge a écrit :Hi Cleon,
Been playing with this plugin for 2 days now, but did not leave comments as my PC is awfully slow and getting to the net would be awful. ... My comments.
1) Would it be possible for your plugin to not look at the selections folder, but also the subfolders? Most selections are categorized into subfolders and it would be nice if it looked at them too!
2) Make it so that the plugin remembers the font, colour, size and maybe, the last used selection, location and text. You could probably make use of the PhotoFiltre.ini file for this.
3) Maybe a little too much, but it would be really nice and much more convenient if we could drag the selection to an appropriate loaction rather than use the X,Y values.
4) Have button to get the selection to the centre of the picture.
5) Below the Fontbox, you could use the space to have the colour box. This would allow to choose colours not in the colour list.
6) Don't know if it would be possible, but allow the user to just draw up a selection or choose a selection, size it, position it and then invoke your plugin to write around the path ... would be the best as it would not require using selections in a particular folder only.
7) Not related to the plugin itself, but could you put in a link to your plugin in your signature on this forum. When an update is made, it would be very easy for users to download the update. ... atleast while its in beta phase.
Hope those ideas are worth considering!
Cheers!
Thanks for your great ideas!... i'm working on them... and should have a solution soon
* supports subfolders for selections
* remembers last settings for plugin (font, path, colour, location etc)... so its easy to do effects like shadow now
* added ability to click on the preview thumbnail for easy positioning of the path
* added button to center path on image
* created a new font dialog to choose fonts (can now select any colour)
JogyGeorge a écrit :...
6) Don't know if it would be possible, but allow the user to just draw up a selection or choose a selection, size it, position it and then invoke your plugin to write around the path ... would be the best as it would not require using selections in a particular folder only.
...
the plugin SDK, i don't think, supports what i need to do this task... maybe Antonio (or another developer) can add a function to the sdk? .. it would make this plugin very useful if it was able to do this.
the function would be something like (in Delphi):
function GetSelStructure: TStringList;
which would return the same format of the current selection as when it is saved... eg:
for the moment, only the function GetSelMask exists. It return a bitmap in grayscale mode with the shape of the selection. But it's difficult to create a path with this bitmap (i know some windows API can do a part of this work...)