I want to use inkscape to make images for a website but I save them in separate subfolders and change the images often.
I can only export to png which is no good for the web, I can't use imagemagick to convert them all to jpg at once because they are saved in different subfolders.
I did try one inkscape save to jpg extension but it didn't work.
Does anyone have any ideas? Another batch image converting program perhaps? that works with subfolders, or a working export to jpg inkscape plugin?
I'm using Inkscape in windows atm.
Export to jpg or convert pngs to jpg with another program?
-
- Posts: 96
- Joined: Tue Oct 21, 2014 1:40 pm
- Location: Australia
Re: Export to jpg or convert pngs to jpg with another progra
Hi.
No problem having Imagemagic recurse subdirectories, have a look here
One tip; make sure you have backup of your images before you have any scripts working on your files. (learned the "hard" way a long time ago
)
No problem having Imagemagic recurse subdirectories, have a look here
One tip; make sure you have backup of your images before you have any scripts working on your files. (learned the "hard" way a long time ago
![Smile :)](images/smilies/icon_e_smile.gif)
Good Luck!
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
-
- Posts: 96
- Joined: Tue Oct 21, 2014 1:40 pm
- Location: Australia
Re: Export to jpg or convert pngs to jpg with another progra
Thanks, how would I made this recursive?
mogrify -format jpg *.png
I just have a bunch of pngs in different subdirs and I want to convert them all to jpg.
mogrify -format jpg *.png
I just have a bunch of pngs in different subdirs and I want to convert them all to jpg.
Re: Export to jpg or convert pngs to jpg with another progra
Hi.
mogrify -format jpg /Users/Ragnar/My_Image_Directory/*/*.png
Vectorator wrote:Thanks, how would I made this recursive?
mogrify -format jpg *.png
mogrify -format jpg /Users/Ragnar/My_Image_Directory/*/*.png
Good Luck!
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
-
- Posts: 96
- Joined: Tue Oct 21, 2014 1:40 pm
- Location: Australia
Re: Export to jpg or convert pngs to jpg with another progra
Thanks
I'm trying to go to the directory with cd dir
Then typing
mogrify -format jpg /*/*.png
But I get 'invalid argument' errors.![Sad :(](images/smilies/icon_e_sad.gif)
I'm trying to go to the directory with cd dir
Then typing
mogrify -format jpg /*/*.png
But I get 'invalid argument' errors.
![Sad :(](images/smilies/icon_e_sad.gif)