Image Contrast Issues
Discuss Card Scans and Other Artwork Here
Moderator: CCGHQ Admins
Image Contrast Issues
by Burnf » 04 Nov 2012, 19:30
With some of the sets, the contrasts are not great. My CFX download, the bloodhall ooze is practically all grey. There's a program that can do batch processing of images that could fix these, but I'm running into issues because of spaces in the name.
http://www.imagemagick.org
I'm trying to create a simple batch that will fix a whole directory at a time.
http://www.imagemagick.org/Usage/windows/#filenames
Can anyone help figure this out? There's something about spaces two thirds of the way down. If you do ctrl+f for spaces, you can find the section.
http://www.imagemagick.org
I'm trying to create a simple batch that will fix a whole directory at a time.
- Code: Select all
FOR %%a IN (*.jpg) DO convert %%a -contrast %%a
PAUSE
http://www.imagemagick.org/Usage/windows/#filenames
Can anyone help figure this out? There's something about spaces two thirds of the way down. If you do ctrl+f for spaces, you can find the section.
- Burnf
- Posts: 130
- Joined: 06 Mar 2009, 15:16
- Has thanked: 0 time
- Been thanked: 0 time
Re: Image Contrast Issues
by orban » 04 Nov 2012, 19:34
-
Last edited by orban on 04 Jan 2021, 00:16, edited 1 time in total.
Re: Image Contrast Issues
by skibulk » 04 Nov 2012, 19:36
If all else fails use Advanced Renamer to change all spaces " " to "~" or something of your preference. Perform your contrast operation. Then batch the "~" back to spaces " ".
-
skibulk - HQ Team Member
- Posts: 995
- Joined: 19 Jul 2010, 20:34
- Location: Northeast USA
- Has thanked: 379 times
- Been thanked: 335 times
Re: Image Contrast Issues
by Burnf » 04 Nov 2012, 21:44
Holy Crud. That worked. Sweet!
Anyone else that wants to fix their images, just install that image magic and put the following into a text file. Rename txt to bat and run in any folder that needs fixing.
Anyone else that wants to fix their images, just install that image magic and put the following into a text file. Rename txt to bat and run in any folder that needs fixing.
- Code: Select all
FOR %%a IN (*.jpg) DO convert "%%a" -contrast "%%a"
PAUSE
- Burnf
- Posts: 130
- Joined: 06 Mar 2009, 15:16
- Has thanked: 0 time
- Been thanked: 0 time
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 5 guests