aboutsummaryrefslogtreecommitdiffstats
path: root/image.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-06* Add n_terminal_image argument to put_image_{sixel|osc5379}(). * Use struct ↵Araki Ken1-3/+4
winsize to calculate ppc and ppl.
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 ↵Araki Ken1-1/+1
option is specified.
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 ↵Araki Ken1-65/+51
name suffix.
2014-12-06Read width and height from jpeg, png and gif files directly instead of ↵Araki Ken1-0/+91
executing w3mimgdisplay -size.
2014-12-06* terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from ↵Araki Ken1-5/+1
0.1 sec to 0.5 sec. * image.c: - clearImage() works. - Use cached image files created by w3m in getImage(). * file.c: Hack for alignment.
2014-12-06- Adjust the image size to the terminal cell size. - If the image size is ↵Araki Ken1-15/+26
specified in html source, skip to load the image.
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
Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch>, [w3m-dev:04469] on 2013-10-14.
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