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