I find quite confusing the fact that the most powerful tool for image sharpening is called unsharpen mask. This is so for historical reasons so we need to live with it. The tool options functionality is also a bit confusing. The manual does a good job in explaining it (https://docs.gimp.org/en/plug-in-unsharp-mask.html)
Wednesday, December 16, 2015
Friday, December 11, 2015
Spectre 2015
Watched the latest James bond film yesterday. Not a bad film although it is a bit predictable. It follows the particular pattern of James bond films
Sunday, November 29, 2015
Adding a list of numbers in linux command line
Lets say, that you want to see how much space a specific set of files take in the disk. You need to add their sizes. How do you do that using command line?
Easy: ls -l *052015|awk '{s+=$5}END { print s}'
This will sum the size of backups made in May 2015 and return the total. Neat eh?
Easy: ls -l *052015|awk '{s+=$5}END { print s}'
This will sum the size of backups made in May 2015 and return the total. Neat eh?
Sunday, October 4, 2015
Archmage
The last book of the Drizzt series (The forgotten realms). Coming after the Iron dwarf it continues the story of the companion of the halls, trying to take Gauntlgrym back. It is a nice, easy reading, not too complicated, with a few nice twists here and there.
Tuesday, September 1, 2015
Sunday, August 23, 2015
The Iron Dwarf
Finished the Iron Dwarf of Drizzt series. One of the better books of the series, it is quite enjoyable :)
Wednesday, August 12, 2015
Sony a700 custom settings
A700 high iso settings
sta suggested
the following custom settings:
base mode 'standard', saturation +1, sharpness +2, brightness -2,
zone matching -1; DR+; high ISO NR 'high'.
This option of standard can be found the same way as deep option
And setting for normal light photos
Base mode deep 0 contrast +1 saturation +1 sharpness 0 lighting +1 zone
Subscribe to:
Comments (Atom)