Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New actions. enhancement #22

Open
ChooChooAl opened this issue Apr 25, 2023 · 0 comments
Open

New actions. enhancement #22

ChooChooAl opened this issue Apr 25, 2023 · 0 comments

Comments

@ChooChooAl
Copy link

ChooChooAl commented Apr 25, 2023

@smurphos
I have some new actions you might want to review and add.
I don't know enough about pull requests etc so it's just as easy to send a zip file to you.
The one for my camera images is reallllly a personal task. Not sure others would want it.
The edit ico/dll action depends on Greenfish Icon Editor Pro installed in Wine. You'll see in script.

actions.zip

Just noticed the two IDJPG and IDPNG scripts in the zip file need the variable quoted to work with files that have spaces.

for a in *.jpg; do if [ -e "$a" ]; then identify -format %wx%h" %f\n" "$a"; fi; done
for a in *.png; do if [ -e "$a" ]; then identify -format %wx%h" $a\n" "$a"; fi; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant