Code: Select all
# FileSaveAs
App.Do( Environment, 'FileSaveAs', {
'Encoding': {
'JPG': {
'Variant': App.Constants.JpegFormat.Standard,
'CompressionFactor': 1,
'ChromaSubSampling': App.Constants.ChromaSubSampling.YCC_1x1_1x1_1x1,
'EXIF': True,
'EmbedJPGICC': True
}
},
'FileName': u'C:\\Users\\Dan\\Pictures\\Scans\\Finals\\Image1.jpg',
'FileFormat': App.Constants.FileFormat.JPG,
'FormatDesc': u'JPG JPEG ',
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.AllAlways,
'Version': ((13,0,0),1)
},
'DefaultProperties': []
})

I need to align each one to crop it since as you can see each frame isn't exactly locked into the same spot.

This is what comes into PSP, I then crop to image 4 times. That gives me 4 images (Image 1, Image 2, etc...). But they aren't saved yet, so there is no original name (unless you can consider Image 1 is the name). I also need to be able to do whatever else to each image as needed (some are dustier than others even after cleaning the slide before scanning). But the one hang up that I have is that stupid name thing staying the same.
Thanks in advance
Dan
