At the last weeks i am working on a GUI of ImageMagick.
I add all filters into the app i found in the internet using there description. I sort the filters by “convert” and “mogrify”, but this too commands do allmost the same.
Now, i want to change the GUI to let the user select that command he want to use. But to do this i need to rebuild the menu structure.
I need some help with finding the right way to sort the filters under the right subfolders.
Looks nice! [Not sure I’d say that ‘convert’ and ‘mogrify’ are similar, though! I’m pretty fanatical about keeping my original untouched, so I seldom use mogrify, which overwrites it’s source.]
Your sorting looks mostly OK to my eyes. The only bit I don’t like is bundling all that stuff under “sharping”. Contrast and Sharpen seem to be rather different transformations, as do other things, like Noise. The category header certainly seems wrong to me, but I’m blanking on anything better ATM.
yes the different between convert and mogrify is that you need to set a input and output file at convert and at mogrify the input is the output file. I see no other diffent between this two commands. I have read that convert is better for combination of more functions in one string.
The gui does not overwrite the original file, it makes a copy and work with it. Only then the user save the file the original file can be overwritten (by the user if he want).
Idea is select a group of files and execute on them some filter or sequence of filters (can your app do that?).
If this will work with “open with…”, then Tracker addon will be not needed.
Just asking, but what’s the attraction of Tracker Add-ons for this sort of thing? I use “Open Terminal” (endlessly) and “FileTypes” and “Zip-O-Matic” are very handy, but when I’m working on a specific type of file – such as an image – I much prefer to have a handy icon somewhere that I can drop selected files on. I prefer to keep the set of add-ons nice and sparse.
HaikuDepot shows only 0.8-2 version,… but SoftwareUpdater seems can update to 0.9-1. Why HaikuDepot can not do that?
…And yours app About do not shows program’s version.
And why you sorted-grupped filters by alfabet not by function? I think sorting by function is more functional and more friendly for lacalizing app in the future.