Drag-Drop-Set-Property-Item

This commit is contained in:
2023-07-03 15:53:10 -07:00
parent d23398db7a
commit 662ddfc44d
22 changed files with 652 additions and 77 deletions

43
.vscode/launch.json vendored
View File

@ -157,6 +157,23 @@
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Drag-Drop-Set-Property-Item",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Drag-Drop-Set-Property-Item/bin/Debug/net7.0-windows/win-x64/Drag-Drop-Set-Property-Item.dll",
"args": [
"s"
],
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Instance",
"type": "coreclr",
@ -505,4 +522,28 @@
// _ Import of Partial info
// ` Want to find
// ~ Approxomite age
// + Approxomite age and have at least one image
// + Approxomite age and have at least one image
// XPAuthor = 40093 | [3-1] ("Picasa") <Verified in Windows>
// Artist = 315 | [182-3] ("Picasa", "unknown", " ")
// Kristy, Mike, Tracy, Mackenzie, Julie, Patrick, ...
// XPKeywords = 40094 | Vulgar !9, Blurry !4, Duplicate !3, Irrelevant !2, Review !1, Slideshow [0]
// XPSubject = 40095 | Family Pictures, Scanned [2-1] (" ")
// XPComment = 40092 | [9-2] ("\uFFFD", " ")
// Rating = 18246 | [52-1] ("0")
// UserComment = 37510 | [3570-^^^]
// XPTitle = 40091 | [24-24] ("Logan and his Doggie", ...) <Verified in Windows>
// ImageDescription = 270 | [2135-5^] 4+37+82+1354+647+11 ("Camera 360", "OLYMPUS DIGITAL CAMERA ", "SAMSUNG ", " ", " ")
// int artist = (int)IExif.Tags.Artist;
// int fileSource = (int)IExif.Tags.FileSource;
// int userComment = (int)IExif.Tags.UserComment;
// 0x9c9b XPTitle int8u IFD0 (tags 0x9c9b-0x9c9f are used by Windows Explorer; special characters in these values are converted to UTF-8 by default, or Windows Latin1 with the -L option. XPTitle is ignored by Windows Explorer if ImageDescription exists)
// 0x9c9c XPComment int8u IFD0
// 0x9c9d XPAuthor int8u IFD0 (ignored by Windows Explorer if Artist exists)
// 0x9c9e XPKeywords int8u IFD0
// 0x9c9f XPSubject int8u IFD0
// 0xa300 FileSource undef ExifIFD 1 = Film Scanner
// 2 = Reflection Print Scanner
// 3 = Digital Camera
// "\x03\x00\x00\x00" = Sigma Digital Camera
// 0x9286 UserComment undef ExifIFD
// 0x013b Artist string IFD0 (becomes a list-type tag when the MWG module is loaded)