Size of photograph paper for printer ???

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
oryaaaaa
Enthusiast
Enthusiast
Posts: 791
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Size of photograph paper for printer ???

Post by oryaaaaa »

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

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
infratec
Always Here
Always Here
Posts: 6874
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Size of photograph paper for printer ???

Post by infratec »

Hi oryaaaaa,

in germany we use

7 × 10
9 × 13
10 × 13
10 × 15
13 × 18
13 × 19
18 × 24
20 × 30
30 × 45
50 × 75

all in cm.

http://de.wikipedia.org/wiki/Bildformat ... A4ltnis%29

Bernd
User avatar
oryaaaaa
Enthusiast
Enthusiast
Posts: 791
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: Size of photograph paper for printer ???

Post by oryaaaaa »

Thank you.

coz I am creating "Art photo print WORLD version".
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Size of photograph paper for printer ???

Post by IdeasVacuum »

IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
oryaaaaa
Enthusiast
Enthusiast
Posts: 791
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: Size of photograph paper for printer ???

Post by oryaaaaa »

Thank you.

I understand correct photo papers size.
coz Google.jp and Yahoo.jp search engine result many Japanese website.
Post Reply