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