From d4261dea18a5ed60e9575455ed03ef1a41d35847 Mon Sep 17 00:00:00 2001 From: Trizkat Date: Sun, 28 Jun 2020 13:52:31 +0200 Subject: [PATCH] Added SCHEMA.md --- README.md | 9 +++++---- SCHEMA.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 SCHEMA.md diff --git a/README.md b/README.md index cf1b116a..a707548d 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ ### Naming Images were originally named `Actress Name #.jpg` -Newer images will now be according to `Actress Name_Set#_Crop_Pose_State.jpg` -Crop is either Face, Bust or 3Q (three-quarters). -Pose is either Front, Side or Back. +Newer images will now be according to `Actress-Name_Set_Crop_Pose_State_Number.jpg` +Crop defines parts of the subject included in the image. +Pose is either Front, Side, Back, or sitting. State is either NN (non-nude), Topless or Nude. +Number is only added when need to further differentiate. -Will be replaced by a another doc. +[More info on structure and naming here.](./SCHEMA.md) ### Notes diff --git a/SCHEMA.md b/SCHEMA.md new file mode 100644 index 00000000..02156c79 --- /dev/null +++ b/SCHEMA.md @@ -0,0 +1,47 @@ +# Schema + +## File +### Format & Quality +Exported images should be standard JPEG's at roughly 80% quality (very high). + +### Dimensions +Exported images should roughly follow 2:3 for portrait orientation and 16:9 for landscape. + +Resolution should be at least 1200 px high for portrait images, and 1280x720 px for landscape. + +## Naming +The structure is `Actress-Name_Set_Crop_Pose_State_Number.jpg` + +### Actress Name +Actress name should follow the primary name listed in this repo, which usually is the name used on FreeOnes. + +### Set +Set, is just a number to group different images from the same shoot together. +The Exception to this are themed images. C for Christmas, H for Halloween, and X for one-off's without a set. + +### Crop +* Face, above the bust, and up +* Bust, somewhere between the navel and bust, and up +* Torso, above hips, below navel +* 3Q, three-quarters view, about mid-thigh, and up +* Wide, for landscape images where the subject is in some horizontal position + +### Pose +#### Portraits: +* Front +* Back +* Side +* Sit + +#### Landscape: +* Back, on her back +* Fours, on all fours +* Front, mainly a frontal view and not covered by previous + +### State (of undress) +* NN, non-nude. Covered up, or can't be determined +* Topless, defined by if areola and nipple is uncovered. +* Nude, exposed bust and pubic region + +### Number +When there's multiple images with all the previous tags being identical, mainly for ungrouped images. \ No newline at end of file