aboutsummaryrefslogtreecommitdiffstats
path: root/image.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-19Convert images to PNG for kitty with ImageMagickbptato1-1/+1
2021-02-18Support kitty image protocolbptato1-0/+4
2021-02-02Support iTerm2 graphics protocol, replace encodeB with base64_encodebptato1-21/+17
2021-02-02Avoid having external programs download imagesbptato1-14/+27
2021-02-02sixel and osc5379 image display protocols can be chosen in optionsbptato1-24/+27
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
2010-12-21w3mimgdisplay supports Windows console (http://www.j10n.org/files/w3m-cvs-1.1...Ito Hiroyuki1-3/+6
2003-07-07fix indentFumitoshi UKAI1-2/+2
2003-07-07[w3m-dev 03929] clear imageFumitoshi UKAI1-36/+40
2003-02-24[w3m-dev-en 00891] Re: w3m 0.4 has been released!Fumitoshi UKAI1-2/+2
2003-02-13[w3m-dev 03742] Re: Bug##180814: w3m: Missing w3mimgdisplay message at startupFumitoshi UKAI1-2/+2
2003-01-29wait_st is not usedFumitoshi UKAI1-2/+3
2003-01-29fix indentFumitoshi UKAI1-18/+18
2003-01-29[w3m-dev 03708] Re: Don't stop loading image when moving to next page.Fumitoshi UKAI1-61/+63
2003-01-28[w3m-dev 03707] Don't stop loading image when moving to next page.Fumitoshi UKAI1-2/+2
2003-01-28fix indentFumitoshi UKAI1-3/+7
2003-01-22[w3m-dev 03676] cleanup for pipeFumitoshi UKAI1-28/+4
2003-01-17[w3m-dev 03646] setup child process, local CGIFumitoshi UKAI1-19/+8
2003-01-15[w3m-dev 03640] Re: cleanup (don't close connection of news server)Fumitoshi UKAI1-1/+2
2003-01-10[w3m-dev 03629] delete tmp fileFumitoshi UKAI1-3/+1
2002-12-11fix indentFumitoshi UKAI1-2/+2
2002-12-11[w3m-dev 03559] Re: use select instead of signal for loading imagesFumitoshi UKAI1-62/+17
2002-11-27[w3m-dev 03497] incorrect image sizeFumitoshi UKAI1-15/+13
2002-11-24[w3m-dev 03471] Re: SETPGRP()Fumitoshi UKAI1-11/+3
2002-11-15fix indentFumitoshi UKAI1-7/+7
2002-11-15[w3m-dev 03436] Check image sizeFumitoshi UKAI1-5/+7
2002-11-15[w3m-dev 03435] save image with SAVEFumitoshi UKAI1-5/+6
2002-11-09[w3m-dev 03398] auxbindirFumitoshi UKAI1-3/+3
2002-11-06fix indentFumitoshi UKAI1-2/+2
2002-11-06[w3m-dev 03379] setuid w3mimgdisplay and check console ttyFumitoshi UKAI1-2/+10
2002-11-06[w3m-dev 03375] NULL check of CurrentTabFumitoshi UKAI1-4/+4
2002-11-05[w3m-dev 03372] tab browserFumitoshi UKAI1-2/+2
2002-07-29[w3m-dev 03282] Re: w3m-img for framebuffer updateFumitoshi UKAI1-8/+8
2002-07-22[w3m-dev 03280] w3m-img without w3mimgsizeFumitoshi UKAI1-12/+14
2002-04-17[w3m-dev 03177] SIGUSR1 --> W3M_SIGIMG in image.cFumitoshi UKAI1-6/+10