Dillo not displaying some PNG in the page, but displays it separately.
The image in question is this: http://board.asm32.info/images/anon.png It can (actually can't) be seen in a page as the default avatar image in my forum engine. For example, see the post: http://board.asm32.info/iztriwane_na_temi_52/#15109 "Isolate the image" from the context menu works and the image is displayed. "Open image in new tab" also works. P.S. BTW, is there a way to make SVG images to be displayed in Dillo? Regards. -- http://fresh.flatassembler.net http://asm32.info John Found <johnfound at asm32.info>
On Fri, Apr 22, 2016 at 01:37:45PM +0300, John Found wrote: Hi there,
http://board.asm32.info/iztriwane_na_temi_52/#15109
"Isolate the image" from the context menu works and the image is displayed. "Open image in new tab" also works.
http://www.dillo.org/FAQ.html#q28 Item 2 there. The image link is /!avatar/nestava?v= which returns a redirection. f -- Francis Daly francis at daoine.org
On Fri, Apr 22, 2016 at 01:49:33PM +0100, Francis Daly wrote:
On Fri, Apr 22, 2016 at 01:37:45PM +0300, John Found wrote:
Hi there,
http://board.asm32.info/iztriwane_na_temi_52/#15109
"Isolate the image" from the context menu works and the image is displayed. "Open image in new tab" also works.
http://www.dillo.org/FAQ.html#q28
Item 2 there.
The image link is /!avatar/nestava?v= which returns a redirection.
That's it. Just add an img URL that doesn't redirect and it'll work. -- Cheers Jorge.-
Hi John, On 22/04/16 11:37, John Found wrote:
The image in question is this:
http://board.asm32.info/images/anon.png
It can (actually can't) be seen in a page as the default avatar image in my forum engine. For example, see the post:
http://board.asm32.info/iztriwane_na_temi_52/#15109
"Isolate the image" from the context menu works and the image is displayed. "Open image in new tab" also works.
I think this is an HTML error in the page. Your avatar reads: <img class="avatar" src="/!avatar/nestava?v="> But the next post shows: <img class="avatar" src="/!avatar/admin?v=1461063537"> i.e. there seems to be some sort of number ID missing. Why opening in a new tab etc. works I don't know. Nick -- Gosh that takes me back... or is it forward? That's the trouble with time travel, you never can tell." -- Doctor Who "Androids of Tara"
On Fri, Apr 22, 2016 at 01:37:45PM +0300, John Found wrote:
[...] P.S. BTW, is there a way to make SVG images to be displayed in Dillo?
No, there's no SVG image support in dillo yet. It should not be hard to implement though, but it needs an effort similar to GIF or PNG or JPEG code. Patch welcomed! ;) -- Cheers Jorge.-
On Fri, 22 Apr 2016 11:04:20 -0300 Jorge Arellano Cid <jcid at dillo.org> wrote:
On Fri, Apr 22, 2016 at 01:37:45PM +0300, John Found wrote:
[...] P.S. BTW, is there a way to make SVG images to be displayed in Dillo?
No, there's no SVG image support in dillo yet.
It should not be hard to implement though, but it needs an effort similar to GIF or PNG or JPEG code. Patch welcomed! ;)
I wish I were able to make it, but unfortunately my C/C++ skills ends somewhere between "./configure --help" and "#include <iostream>;" (the second one by searching in google). :D Best Regards.
-- Cheers Jorge.-
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
-- http://fresh.flatassembler.net http://asm32.info John Found <johnfound at asm32.info>
On Fri, 22 Apr 2016 18:05:44 +0300 John Found <johnfound at asm32.info> wrote:
I wish I were able to make it, but unfortunately my C/C++ skills ends somewhere between "./configure --help" and "#include <iostream>;" (the second one by searching in google). :D
Best Regards.
But if you plan to port Dillo to assembly language or need some asm code inside, I will be glad to write it. -- http://fresh.flatassembler.net http://asm32.info John Found <johnfound at asm32.info>
participants (4)
-
francis@daoine.org
-
jcid@dillo.org
-
johnfound@asm32.info
-
nick@linicks.net