Added SCHEMA.md
This commit is contained in:
parent
406c45a9e6
commit
d4261dea18
|
@ -6,12 +6,13 @@
|
||||||
### Naming
|
### Naming
|
||||||
Images were originally named `Actress Name #.jpg`
|
Images were originally named `Actress Name #.jpg`
|
||||||
|
|
||||||
Newer images will now be according to `Actress Name_Set#_Crop_Pose_State.jpg`
|
Newer images will now be according to `Actress-Name_Set_Crop_Pose_State_Number.jpg`
|
||||||
Crop is either Face, Bust or 3Q (three-quarters).
|
Crop defines parts of the subject included in the image.
|
||||||
Pose is either Front, Side or Back.
|
Pose is either Front, Side, Back, or sitting.
|
||||||
State is either NN (non-nude), Topless or Nude.
|
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
|
### Notes
|
||||||
|
|
||||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue