znalazłem moze komuś się przyda, zamaina 20 lini
tego:
imgPreloader =new Image (); imgPreloader . onload =function() {imgPreloader . onload = null ;var pagesize = tb_getPageSize ();var x = pagesize[0] - 150 ;var y = pagesize[1] - 150 ;var imageWidth = imgPreloader . width ;var imageHeight = imgPreloader . height ;if( imageWidth > x ) {imageHeight = imageHeight *( x / imageWidth ); imageWidth = x ;if( imageHeight > y ) {imageWidth = imageWidth *( y / imageHeight ); imageHeight = y ; }}else if( imageHeight > y ) {imageWidth = imageWidth *( y / imageHeight ); imageHeight = y ;if( imageWidth > x ) {imageHeight = imageHeight *( x / imageWidth ); imageWidth = x ; }}
tym:
imgPreloader =new Image ();
imgPreloader . onload =function() {
imgPreloader . onload = null ;
var imageWidth = imgPreloader . width ;var imageHeight = imgPreloader . height ;