Art Photo Print Ver3.0

Developed or developing a new product in PureBasic? Tell the world about it.
infratec
Always Here
Always Here
Posts: 7619
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Art Photo Print

Post by infratec »

oryaaaaa wrote:How to image lib limit on XP? A2 output need 17000x13000 pixel over.
Hi,

I have to check what you mean.
But...
Do you own a camera with 221 megapixels :?:

Btw. I just tested this:

Code: Select all

img = CreateImage(0, 17000, 13000)
Debug img
If img : FreeImage(0) : EndIf
It works on Win XP SP3 with 3GB RAM.

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

Re: Art Photo Print

Post by oryaaaaa »

It's no problem.

But print output, then invalid memory access error. :lol:

Version up
No need Printer
Top cameraman said asfksadjaskljskaldjdaskldjalksjdlkasjdlkaskdjaslkjdaslk :mrgreen: :mrgreen: :mrgreen:
then some fixed
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: Art Photo Print

Post by oryaaaaa »

-----------------------------------------------
Ver2.5 Japanese Version ( Embed Font )
http://camera.coolverse.jp/_userdata/ArtPhotoPrint.exe
Add feature
  • Title screen display (3 seconds, Click to setting screen )
  • Photo output service and Image Output ( Trial offer )
  • Multi Path Requester embed 8)
  • Standarad Photo paper support
  • WallPaper Image output
  • But, Laguage is Japanese. I'm sorry. :(
-----------------------------------------------
I will change Installer software, at Ver3.0

1920x1200 Wall paper output
http://camera.coolverse.jp/_userdata/ghiblinomi_lf.jpg

Support Paper

Code: Select all

  PaperSize:
  Data.s "3R (L) 5x3.5:127:89"
  Data.s "4R (KG) 6x4:152:102"
  Data.s "4D 6x4.5:152:114"
  Data.s "5R (2L) 7x5:178:127"
  Data.s "6R (8P) 8x6:203:152"
  Data.s "8R (6P) 10x8:254:203"
  Data.s "S8R (6PW) 12x8:305:203"
  Data.s "10R (4P) 12x10:305:254"
  Data.s "S10R (4PW) 15x10:381:254"
  Data.s "11R 14x11:356:279"
  Data.s "S11R 17x11:432:279"
  Data.s "12R 15x12:381:305"
  Data.s "S12R 18x12:457:305" 
  Data.s "A2:594:420"
  Data.s "A3:420:297"
  Data.s "A3W:438:329"
  Data.s "A4:297:210"
  Data.s "A5:210:148"
  Data.s "A6:148:105"
  Data.s "B3:515:257"
  Data.s "B4:364:257"
  Data.s "B5:257:182"
  Data.s "C3:458:324"
  Data.s "C4:324:229"
  Data.s "C5:229:162"
  Data.s "C6:162:114"
  Data.s "Hagaki:148:100"
  Data.s "10x7 (de):102:70"
  Data.s "13x9 (de):148:105"
  Data.s "13x10 (de):136:102"
  Data.s "15x10 (de):152:102"
  Data.s "18x13 (de):178:127"
  Data.s "19x13 (de):190:127"
  Data.s "30x20 (de):305:203"
  Data.s "45x30 (de):457:305"
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Re: Art Photo Print Ver3.0

Post by oryaaaaa »

Update Ver3.0
  • Embed Japanese font ( Try and try )
  • For World
  • 5x Faster, Build by PureBasic 5
Download ArtPhotoPrint Ver3.0
http://www.vector.co.jp/soft/winnt/art/se491932.html
Post Reply