Size of photograph paper for printer ???
Posted: Sun Jan 22, 2012 7:22 am
I want to learn the size of the photograph used in each country.
Could you tell me about Photograph paper size URL?
For instance, if it is France, only the size of the machine glazed paper is understood.
Thanks
Could you tell me about Photograph paper size URL?
For instance, if it is France, only the size of the machine glazed paper is understood.
Thanks
Code: Select all
DataSection ;- Paper Setting
PaperSize: ; "PaperName:PaperWidth(mm):PaperHeight(mm)"
; JAPAN
Data.s "A3:420:297"
Data.s "A3+:438:329"
Data.s "A4:297:210" ; for photo contest
Data.s "A5:210:148"
Data.s "A6:148:105"
Data.s "B4:364:257"
Data.s "B5:257:182"
Data.s "4cut:305:254" ; for photo contest
Data.s "6cut:254:203"
Data.s "L:127:89"
Data.s "2L:178:127"
Data.s "Hagaki:148:100"
Data.s "KG:152:102"
Data.s "HV:181:102"
; USA
Data.s "6x4:152.4:101.6"
Data.s "7x5:177.8:127"
Data.s "10x8:254:203.2"
Data.s "11x8.5:279.4:215.9"
Data.s "11.7x8.3:297.18:210.82"
Data.s "16.5x11.7:491:297.18"
Data.s "19x13:482.6:330.2"
Data.s "22x17:558.8:431.8"
; END Mark
Data.s "---"
EndDataSection