aboutsummaryrefslogtreecommitdiffstats
path: root/image.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-06* Add n_terminal_image argument to put_image_{sixel|osc5379}(). * Use struct ...Araki Ken1-3/+4
2014-12-06Add declaration of get_pixel_per_cell().Araki Ken1-0/+2
2014-12-06Minor fix.Araki Ken1-1/+2
2014-12-06Cache image files if at all possible and convert them to sixel when -sixel op...Araki Ken1-1/+1
2014-12-06Init pixel_per_{char|line}_i if get_pixel_per_cell() fails.Araki Ken1-0/+4
2014-12-06Add -sixel option which supports image processing by img2sixel.Araki Ken1-14/+14
2014-12-06Don't download image files whose size is specified in <img> tag.Araki Ken1-7/+15
2014-12-06Minor fixes of parseImageHeader().Araki Ken1-1/+2
2014-12-06Determine the format of an image file by its header data not by its file name...Araki Ken1-65/+51
2014-12-06Read width and height from jpeg, png and gif files directly instead of execut...Araki Ken1-0/+91
2014-12-06* terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from 0....Araki Ken1-5/+1
2014-12-06- Adjust the image size to the terminal cell size. - If the image size is spe...Araki Ken1-15/+26
2014-12-06Support remote image by OSC 5379 show_picture sequence.Araki Ken1-6/+82
2013-10-14Workaround of GC crash on Cygwin64AIDA Shinra1-5/+28
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-3/+6
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+572