It is currently Wed Jul 24, 2024 2:18 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Curves and gradients for Digital Toning
PostPosted: Mon Apr 06, 2015 4:55 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Dec 02, 2012
Posts: 203
Location: Cantabria, Spain
I got a set of .acv curves and converted them to gimp .crv using the acv2gimp.py plugin. These curves are the classic paladium, selenium, silver, sepia, silver gel, platinium and cianotype effects. Some of them are repeated, sorry!.

Gradients was converted from the PSCS6 Photographic Toning suite using cptutils-online from cpt-city.
You can notice that converted .ggr shaws a large name. Any one of you know how rename them. I tried it failfull.
Thanks! and enjoy!

P.S. Gradients must be applied with Gradient Map.


Attachments:
Photographic_Toning_ggr.zip [31.99 KiB]
Downloaded 231 times
Toning_Curves.zip [14.29 KiB]
Downloaded 219 times

_________________
Image



My Gimp rides on Antergos (Arch), Linux Mint, Debian and Fedora
Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Curves and gradients for Digital Toning
PostPosted: Mon Apr 06, 2015 7:46 pm  (#2) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
jamac4k wrote:
You can notice that converted .ggr shaws a large name. Any one of you know how rename them.

The gradient's name is specified within the file on the second line. I was able to remove all the text between the $$$ and = with the following SED command:
sed -r -i.bak 's/\$\$\$.*\=//' *.ggr


If you don't mind, I uploaded all of your gradients and curves to my Mediagoblin site. I will remove them if you want me to.

http://barn.kerosenecow.net/u/saul/coll ... 4k/?page=2

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: Curves and gradients for Digital Toning
PostPosted: Mon Apr 06, 2015 9:47 pm  (#3) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
saulgoode wrote:
jamac4k wrote:
You can notice that converted .ggr shaws a large name. Any one of you know how rename them.

The gradient's name is specified within the file on the second line. I was able to remove all the text between the $$$ and = with the following SED command:
sed -r -i.bak 's/\$\$\$.*\=//' *.ggr


Could you please explain how and where to use that code? Thank you.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Curves and gradients for Digital Toning
PostPosted: Tue Apr 07, 2015 2:00 am  (#4) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4758
- Open a terminal/console/command prompt
- Navigate to the directory with the gradient files
- Copy paste the command (to paste you can likely use the middle button of your mouse, or shift-ctrl-v)
- [enter]

If everything is fine delete the *.ggr.bak files

_________________
Image


Top
 Post subject: Re: Curves and gradients for Digital Toning
PostPosted: Tue Apr 07, 2015 2:38 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Dec 02, 2012
Posts: 203
Location: Cantabria, Spain
Thanks Saulgoode and Ofnuts!!!

# Saulgoode: You are free to upload these sets to your host site, but I think that would be better named them as curves and gradients instead my nick. As you like.

_________________
Image



My Gimp rides on Antergos (Arch), Linux Mint, Debian and Fedora


Top
 Post subject: Re: Curves and gradients for Digital Toning
PostPosted: Tue Apr 07, 2015 10:05 am  (#6) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Changed dirs to the folder with the gradients, ran the command in the Fedora 20 terminal window and nothing happened except the addition of .bak files. Names remained the same.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Curves and gradients for Digital Toning
PostPosted: Tue Apr 07, 2015 10:37 am  (#7) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
Oregonian wrote:
Changed dirs to the folder with the gradients, ran the command in the Fedora 20 terminal window and nothing happened except the addition of .bak files. Names remained the same.

The filenames remained the same. Within each of the files, the name of the gradient was changed. To verify, run:

for i in *.ggr; do diff "$i.bak" "$i";done

You should see output such as:
Quote:
2c2
< Name: $$$/Presets/Gradients/Toning/Blue1=Blue 1 #4
---
> Name: Blue 1 #4
2c2
< Name: $$$/Presets/Gradients/Toning/Blue2=Blue 2 #4
---
> Name: Blue 2 #4
2c2
< Name: $$$/Presets/Gradients/Toning/BlueSelenium1=Blue-Selenium 1 #4
---
> Name: Blue-Selenium 1 #4
:
:
:

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: Curves and gradients for Digital Toning
PostPosted: Tue Apr 07, 2015 10:57 am  (#8) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
I did run
for i in *.ggr; do diff "$i.bak" "$i";done

I guess I was expecting shorter names. This is from within GIMP. Platinum #4 and Platinum #5 are the only two simple names.

Image

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Curves and gradients for Digital Toning
PostPosted: Tue Apr 07, 2015 11:24 am  (#9) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
Oregonian wrote:
I guess I was expecting shorter names. This is from within GIMP. Platinum #4 and Platinum #5 are the only two simple names.


I suspect that you missed a step, or that your copying of the renamed gradients into ~/.gimp-2.8/gradients failed for some peculiar reason.
Attachment:
SS-gradients.png
SS-gradients.png [ 6.15 KiB | Viewed 4024 times ]

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: Curves and gradients for Digital Toning
PostPosted: Tue Apr 07, 2015 11:54 am  (#10) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Well yours certainly look better than mine do. I'll start from scratch and see if that makes a difference.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Curves and gradients for Digital Toning
PostPosted: Tue Apr 07, 2015 12:06 pm  (#11) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Well now they look fine. Started over. Dunno what caused the mess.

Thank you, saulgoode.

Image

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Gimp curves import

2

No new posts Attachment(s) Gimp Gap Curves Issue

13

No new posts Custom curves files

3

No new posts [solved ] settings saved in Curves

2

No new posts Attachment(s) Curves - preview error [solved]

2



* Login  



Powered by phpBB3 © phpBB Group