Concatenate image tiles to larger image
Thursday, June 7th, 2007Often sites display larger images split up in tiles of e.g. 256×256 pixels. The tiles can easily be retrieved using e.g. curl. The full image can be reconstructed using ImageMagick montage:
montage +frame +shadow +label -tile NxM -geometry +0+0 *.jpg joined.jpg
where N is the number of horizontal tiles and M is the number of vertical tiles.
WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 110 AND comment_approved = '1';
WordPress database error: [Can't open file: 'wp_comments.MYD'. (errno: 144)]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = '110' AND comment_approved = '1'