User:Gmaxwell/possibly evil images

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

mysql> select concat('*Image:',img_name,''),img_size,img_width,img_height,img_size/(img_width*img_height) as ratio,img_user_text,img_timestamp from image where img_name like '%.jpg' and img_size>100000 and img_size>(2*img_width*img_height) and img_width>0 and 0<img_height order by ratio desc; +---------------------------------------------------------------------------------------------------+----------+-----------+------------+-----------+--------------------------------+----------------+ | concat('*Image:',img_name,'') | img_size | img_width | img_height | ratio | img_user_text | img_timestamp | +---------------------------------------------------------------------------------------------------+----------+-----------+------------+-----------+--------------------------------+----------------+

  • Image:Tree_stub.jpg | 2699485 | 50 | 50 | 1079.7940 | Ilyanep | 20040803005434
  • Image:L33t_rating.jpg | 982664 | 110 | 55 | 162.4238 | Gunnyw14 | 20070614031949
    rename to .rar and open, contains file "global.zdb" --Krimpet 22:26, 8 August 2007 (UTC)
  • Image:Electrophobia.jpg | 584791 | 100 | 99 | 59.0698 | FenderTele | 20070529053408
It's actually just huge because of some idiotic ICC profiles stuffed in the file. I'll strip it. --Gmaxwell 00:08, 9 August 2007 (UTC)

+---------------------------------------------------------------------------------------------------+----------+-----------+------------+-----------+--------------------------------+----------------+ 601 rows in set (1.36 sec)