
-----------------------------------
bizkit
Mon Dec 02, 2002 1:10 pm

more .jpg help
-----------------------------------
when i put in the code tony gave me: 
    var picID:int := Pic.FileNew("picture.jpg") 
    Pic.Draw(10,10,picID,picCopy) 
i get the error .jpg files not supported at this time, how come ? and how could i fix it

-----------------------------------
FizixMan
Mon Dec 02, 2002 2:35 pm


-----------------------------------
I personally don't know what file types Turing supports... but I speculate it probably supports bitmaps (and possibly .gif's).  You should be able to open the .jpg with MSPaint and convert it to a bitmap with that... if not, you can send me the pictures and I'll convert them for you.  (Just don't send them to my email yet... the server that hosts the site is down)

Maybe I outta let the programming geniuses here better answer the question.

-----------------------------------
Tony
Mon Dec 02, 2002 4:18 pm


-----------------------------------
it might depend on the version of turing you're using...

Turing supports .bmp for sure
I've read that new one supports .jpg as well... Its not gonna support .gif for the next 5 years because of copyright issues.

-----------------------------------
Dan
Mon Dec 02, 2002 8:11 pm


-----------------------------------
i know turing 3.1.1 suports PCX, BMP and TIM. posbaly more....
