You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is a use for a basic qt based application which can translate files easily and works for batch conversion of file types. This might be useful for people who are more comfortable using GUI's or when working on a microscope.
Sometimes it is also easier just to Queue up a lot of files when you are trying to batch convert.
I made a simple application that does something like this:
I need to handle errors better and maybe add some more features but it's a pretty lightweight and useful application I think.
The text was updated successfully, but these errors were encountered:
That would be very good. I can come up with a list of useful features, but these can be added over time! ;)
I have been using something like that for many years but it is quite rough (and very specific to the way I handle my data and some of my need at the time...): https://github.com/ericpre/BatchOperationTool.
Describe the functionality you would like to see.
I think there is a use for a basic qt based application which can translate files easily and works for batch conversion of file types. This might be useful for people who are more comfortable using GUI's or when working on a microscope.
Sometimes it is also easier just to Queue up a lot of files when you are trying to batch convert.
I made a simple application that does something like this:
I need to handle errors better and maybe add some more features but it's a pretty lightweight and useful application I think.
The text was updated successfully, but these errors were encountered: