Challenge: Black and White Still Life (Advanced Editing VII) Camera: Canon EOS-500D Rebel T1i Lens: Canon EF 28-135mm F/3.5-5.6 IS USM Location: Kitchen Date: Aug 15, 2010 Aperture: f14 ISO: 200 Shutter: 1/125 Galleries: Still Life, Science and Technology Date Uploaded: Aug 15, 2010
|
Kind of shoehorn since my original idea for this challenge was not possible. My original idea was to make a Steel Life photo, showing a peace of steel metal besides a Life magazine. But I was not able to take the time to look for the magazine.
Then I took these tools that I have a home and arranged in a busy manner. It is maybe too busy and I don't like it too much, but I want to see what the voters will say anyway.
The setup was a single flash to lit the background and make the smooth spot. Used also two flashes to lit the foreground, being the main flash from right-behind and a fill flash on the left-front.
Editing is simple. I copied the command history from PSP below.
from PSPApp import *
def ScriptProperties():
return {
'Author': u'',
'Copyright': u'',
'Description': u'Created from command history with SaveHistoryToQuickScript',
'Host': u'PaintShop Photo Pro',
'Host Version': u'13.00 Alpha 00000000.0000000000.00'
}
def Do(Environment):
# EnableOptimizedScriptUndo
App.Do( Environment, 'EnableOptimizedScriptUndo', {
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((13,0,0),1)
}
})
# Straighten
App.Do( Environment, 'Straighten', {
'Angle': 0.59355,
'CropImage': True,
'GuidelineCenter': (0.498432,0.427162),
'GuidelineLength': 1.00555,
'GuidelineRotateAngle': 0.59355,
'RotateAll': True,
'RotateMode': App.Constants.RotateMode.Auto,
'BackgroundMaterial': {
'Color': (64,64,64),
'Pattern': None,
'Gradient': None,
'Texture': None,
'Art': None
},
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((13,0,0),1)
}
})
# Color Adjust Levels
App.Do( Environment, 'ColorAdjustLevels', {
'Levels': {
'RGB': (5,246,0.994026,0,255),
'Red': (0,255,1,0,255),
'Green': (0,255,1,0,255),
'Blue': (0,255,1,0,255),
'Clipping': 0
},
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((13,0,0),1)
}
})
# Crop
App.Do( Environment, 'Crop', {
'CropRect': ((360,0), 3781, 2518),
'Mode': App.Constants.CropMode.CustomPrint,
'Units': App.Constants.CropUnits.Centimeters,
'SelectedArea': False,
'PrintWidth': 15,
'PrintHeight': 10,
'CropAsNewImage': False,
'RotationAngle': -0,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((13,0,0),1)
}
})
# Local Tone Mapping
App.Do( Environment, 'Clarify', {
'Strength': 20,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((13,0,0),1)
}
})
# BlackAndWhiteFilm
App.Do( Environment, 'BlackAndWhiteFilm', {
'FilterColor': None,
'Strength': None,
'Red': 0.133201,
'Green': 0.117844,
'Blue': 0.748955,
'Brightness': 0,
'Clarify': 0,
'SuggestSettings': False,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((13,0,0),1)
}
})
# Resize
App.Do( Environment, 'Resize', {
'AspectRatio': 1.5002,
'CurrentDimensionUnits': App.Constants.UnitsOfMeasure.Pixels,
'CurrentResolutionUnits': App.Constants.ResolutionUnits.PixelsPerCM,
'Height': 480,
'MaintainAspectRatio': True,
'Resample': True,
'ResampleType': App.Constants.ResampleType.Bicubic,
'ResizeAllLayers': True,
'Resolution': 251.933,
'Width': 720,
'SharpnessValue': 50,
'AdvancedMode': True,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((13,0,0),1)
}
})
# Unsharp Mask
App.Do( Environment, 'UnsharpMask', {
'Clipping': 5,
'Radius': 0.45,
'Strength': 160,
'Luminance': False,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Match,
'Version': ((13,0,0),1)
}
})
[Aug. 18th, 2010 11:40:56 PM]
Oh well well... As always something a little out of traditional does not get a good score. That's ok anyway. |