shidarin / cdl_convert

Converts between common ASC Color Decision List (CDL) formats
Other
60 stars 17 forks source link

Fix #10: Rename CDL to RNH CDL #22

Closed kevinlondon closed 10 years ago

kevinlondon commented 10 years ago

I renamed the calls to parse_cdl and write_cdl as per the issue. I did not yet update the documentation but I suspect that's something we'll want to do. Tests fully pass.

shidarin commented 10 years ago

Awesome. The only thing left to do regarding that issue is to add more complex behavior into the determination of incoming filetype in main(). I'll hit that however.