It is currently 16 Apr 2024, 20:40
   
Text Size

Image Contrast Issues

Discuss Card Scans and Other Artwork Here

Moderator: CCGHQ Admins

Image Contrast Issues

Postby 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.
Code: Select all
FOR %%a IN (*.jpg) DO convert %%a -contrast %%a
PAUSE
But it requires some special handing for spaces.
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

Postby orban » 04 Nov 2012, 19:34

-
Last edited by orban on 04 Jan 2021, 00:16, edited 1 time in total.
orban
 
Posts: 94
Joined: 13 Jun 2008, 16:31
Has thanked: 0 time
Been thanked: 5 times

Re: Image Contrast Issues

Postby 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 " ".
User avatar
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

Postby 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.

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


Return to Pictures

Who is online

Users browsing this forum: No registered users and 45 guests


Who is online

In total there are 45 users online :: 0 registered, 0 hidden and 45 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 45 guests

Login Form