Computer Science Canada View Online Images |
Author: | ecliptical [ Wed Dec 21, 2005 4:03 am ] | ||
Post subject: | View Online Images | ||
This only works with JPEGS (as the current Turing only supports JPEGS however Turing 4.1 does support animated GIF's! So maybe I'll create something similair when that version becomes available. Usage: IMGSRC ("fileName",scale,"alt") Bugs: For some reason images above 1KB come out looking like this. My Best guess would be that a couple of bits/bites are lost along the way... ![]() Turing Bug: Trying to do a OpenURLConnection -> www.google.com WILL crash your Turing or at least did crash mine.
[list=] Fix Large Image Error: This could be Turing, Net, or Jpeg compression method but probably Net. Loading Place Holder: Getting bigger images takes a bit...some sort of loader might be nice... [/list] |
Author: | ecliptical [ Wed Dec 21, 2005 4:13 am ] |
Post subject: | side note... |
On a side note the resulting "effect" turing creates would take a long time to re-create in say photoshop so if I can't fix it...i'll just rename this procedure AntiPornNetFilter |
Author: | Tony [ Wed Dec 21, 2005 10:14 am ] | ||
Post subject: | |||
the problem might be that you're geting the content
instead of binary read. Some information could be lost in the conversion back and forth. Try experimenting with a binary read. |