Author Topic: getting image resolution [unsolved but unneeded]  (Read 2178 times)

Can't you use a third-party website?
Kind of like how Zapk's Text2Speech works.

Code: [Select]
function doTextToSpeech(%msg)
{
%this = new TCPObject(TextToSpeechConnection)
{
ttsText = %msg;
ttsFile = "";
};
%this.connect("speechutil.com:80");
}

Something i found online.
http://picresize.com/webmasters.php

You can't upload the image.

You can't upload the image.

Technically you can with getPixelColor

Technically you can with getPixelColor
But then you might as well figure out where the edge of the image is with getpixelcolor
« Last Edit: December 28, 2014, 07:39:05 PM by Ipquarx »

« Last Edit: December 28, 2014, 07:41:36 PM by portify »

But then you might as well figure out where the edge of the image is with getpixelcolor

Yeah, it's more a matter of principle that you can. It's just not useful for determining the size.