From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Images and html-export via data: ? Date: Sun, 8 Feb 2009 01:14:48 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVt6k-0006vz-MI for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 14:44:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVt6h-0006vJ-9u for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 14:44:53 -0500 Received: from [199.232.76.173] (port=34259 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVt6h-0006vA-2P for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 14:44:51 -0500 Received: from ti-out-0910.google.com ([209.85.142.185]:17263) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVt6g-0005le-Ji for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 14:44:50 -0500 Received: by ti-out-0910.google.com with SMTP id j3so1240674tid.10 for ; Sat, 07 Feb 2009 11:44:48 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Renzo Been :-)" Cc: emacs-orgmode@gnu.org On Sat, Feb 7, 2009 at 11:19 PM, Renzo Been :-) wrote: [...] > Images (and small files) can be included inside > html files in the following way. > > src="data:..." > > The image needs to be base64 encoded. Very interesting. > [...] > Another problem is that not all browsers > can display images included in this way... IE couldn't but FF did. > > > I'll be glad to here any comments about this idea. The encoded image size is about 2.5K while the rendered image turned out to be about 1.8K. But.. cute image! :) Cheers -- Manish