I'm wondering what the best way to do batch color manipulations on icons might be. I did some searches on using gimp to run batch color transformations on .png files, but I didn't come up with anything remotely easy. Does anyone have any suggestions? maybe @mikewalsh?
How to do batch color manipulation of .png files? [SOLVED]
Moderator: Forum moderators
-
- Posts: 3060
- Joined: Fri Jul 31, 2020 3:37 am
- Has thanked: 2379 times
- Been thanked: 947 times
How to do batch color manipulation of .png files? [SOLVED]
geo_c
Old School Hipster, and Such
- p310don
- Posts: 399
- Joined: Tue Dec 03, 2019 7:17 am
- Location: Brisbane, Australia
- Has thanked: 80 times
- Been thanked: 120 times
Re: Batch image conversions
What colour manipulations are you trying to do?
imagemagick is my goto for batch image manipulations, but usually resizing or converting. It can do colour stuff too.
-
- Posts: 3060
- Joined: Fri Jul 31, 2020 3:37 am
- Has thanked: 2379 times
- Been thanked: 947 times
Re: Batch image conversions
p310don wrote: Sat Jan 08, 2022 9:26 pmWhat colour manipulations are you trying to do?
imagemagick is my goto for batch image manipulations, but usually resizing or converting. It can do colour stuff too.
I'm trying to do one of two things, level out the color of an icon set, or change the color completely. In order to take multi-colored icons and make them all one color, I usually use a three-step process in gimp:
Set the contrast to zero
posterize to insure level shading
colorize to desired color
It'd be great to do that in a batch process. I'll take a look at imagemagick.
geo_c
Old School Hipster, and Such
- mikewalsh
- Moderator
- Posts: 6528
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 997 times
- Been thanked: 2173 times
Re: Batch image conversions
@geo_c :-
I got to admit, batch manipulations of anything graphics-related is not something I've ever bothered with, so in that respect I'm like you; a complete beginner. And I wouldn't even attempt to use ImageMagick, since from what I understand it's another one like ffmpeg; command-line based, with tons of complicated options that are all too easy to get wrong....
I hate using the terminal at the best of times, though I suspect Don's suggestion may be the most effective option. Count me out with advice on that one; I wouldn't even know where to begin!
Sorry about that.
Mike.
- p310don
- Posts: 399
- Joined: Tue Dec 03, 2019 7:17 am
- Location: Brisbane, Australia
- Has thanked: 80 times
- Been thanked: 120 times
Re: Batch image conversions
command-line based, with tons of complicated options that are all too easy to get wrong....
Oh @mikewalsh , getting it wrong is half the fun. Just make sure you're mucking about with backups rather than originals.
@geo_c This page here has all your answers:
Re: Batch image conversions
Hello,
I don't do much graphics processing, but know there is a batch image plugin for gimp, called bimp:
https://github.com/alessandrofrancescon ... lugin-bimp
Or there's the gimp-plugin-registry, which has the dbp plugin:
https://www.maketecheasier.com/batch-pr ... s-in-gimp/
Possible alternative gui batch programs are Converseen, PHatch & XnConvert.
- rockedge
- Site Admin
- Posts: 7038
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 3159 times
- Been thanked: 2941 times
- Contact:
Re: How to do batch color manipulation of .png files?
@geo_c
I know of one that can do it. It is called PhotoFiltre. You will need to run it with WINE.
More info on the 32 bit free version PhotoFiltre 7
I have had lots of success using this to batch process catalogue photos for an online shop. Crop, adjust, size hundreds at a time.I have had it run on every Puppy Linux that can run the WINE environment. It can work with the .ico format. Might be what you need.
- mikewalsh
- Moderator
- Posts: 6528
- Joined: Tue Dec 03, 2019 1:40 pm
- Location: King's Lynn, UK
- Has thanked: 997 times
- Been thanked: 2173 times
Re: How to do batch color manipulation of .png files?
rockedge wrote: Thu Jan 13, 2022 1:59 am@geo_c
I know of one that can do it. It is called PhotoFiltre. You will need to run it with WINE.More info on the 32 bit free version PhotoFiltre 7
I have had lots of success using this to batch process catalogue photos for an online shop. Crop, adjust, size hundreds at a time.I have had it run on every Puppy Linux that can run the WINE environment. It can work with the .ico format. Might be what you need.
Damn. I forgot all about that one!
I've been using it on & off for years - it runs pretty much 100% under WINE - though I don't use the batch processing facility myself. But, as Erik says, it DOES have one.... I'll take the word of others that it works OK, since I'm in no position to argue the point..!
Mike.
- Grey
- Posts: 2071
- Joined: Wed Jul 22, 2020 12:33 am
- Location: Russia
- Has thanked: 77 times
- Been thanked: 395 times
Re: How to do batch color manipulation of .png files?
geo_c wrote: Sat Jan 08, 2022 4:42 pmI'm wondering what the best way to do batch color manipulations on icons might be.
Some time ago I used PhotoFiltre Studio X (pirated hacked, of course, but that's life). Not anymore.
XnView MP Linux has an excellent built-in batch processing tool. I don't remember where it is in the English version of the main menu, but this tool is called by hot keys Ctrl+U.
By the way, there is also a separate XnConvert. But I don't use it, see for yourself what it can do.
Different devices. Different approach.
-
- Posts: 3060
- Joined: Fri Jul 31, 2020 3:37 am
- Has thanked: 2379 times
- Been thanked: 947 times
Re: How to do batch color manipulation of .png files?
Grey wrote: Thu Jan 13, 2022 3:54 amXnView MP Linux has an excellent built-in batch processing tool. I don't remember where it is in the English version of the main menu, but this tool is called by hot keys Ctrl+U.
Yes, this does the trick. It's the first one I tried and it works great! I had installed this on fossapup about a year ago I remember. I didn't realize it had batch processing capabilities.
EDIT: Actually, now I remember I that once installed it on Windows, and thought it was okay, but it's a lot better on puppy!
geo_c
Old School Hipster, and Such