From mboxrd@z Thu Jan 1 00:00:00 1970 From: brian powell Subject: Re: Images in Tables? Date: Wed, 8 Feb 2012 10:07:38 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d044288669f83fa04b87541bf Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv97a-000447-T9 for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 10:07:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rv97U-0004dT-6A for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 10:07:46 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:54370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv97T-0004dL-Tv for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 10:07:40 -0500 Received: by wibhj13 with SMTP id hj13so586885wib.0 for ; Wed, 08 Feb 2012 07:07:38 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Yu , Brian Powell Cc: org-mode mailing list --f46d044288669f83fa04b87541bf Content-Type: text/plain; charset=ISO-8859-1 * Some ideas/workarounds--each of which I've tried and they work--but some very computer intensive: http://lists.gnu.org/archive/html/emacs-orgmode/2011-10/msg01233.html ** Also, more specific to your question: http://www.emacswiki.org/emacs/thumbs.el * What I like to do is make the images 16x16 pixels! ** Why 16x16!? Because favicons (WWW website icons) are 16x16....Strongly suggest you make thumbs 16x16 and use thumbs.el and/or ImageMagick (free software) to make your table icons/thumbs all the same size: apt-get install imagemagick mogrify -format gif -path thumbs -thumbnail 16x16 *.jpg On Wed, Feb 8, 2012 at 5:08 AM, Yu wrote: > Hello! > > I was wondering if there is any useful way, to organize images in > tables. This would be useful e.g. if one needs to organize some images > on a regular grid, but the images aren't equally sized, such that a > simple line break doesn't do the trick. > > Creating just a table with the image links inside will work > /basically/, assuming that the images have an appropriate size, but if > resizing is needed, I can't see how to do this in a table (because > inside no e.g. #+ATTR_LATEX line is possible). > > The same problem also occurs when I want to preview images side-by-side, > e.g. > > : [[./img1.png]] [[./img2.png]] > > though here actually newlines from fill-paragraph/auto-fill add to the > problem - as will be the size of some high-resolution images. > > My only current solution is to use explicit LaTeX and then preview the > LaTeX, but that slows down operation considerably. > > Is anything currently implemented to allow such usage? > > --f46d044288669f83fa04b87541bf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
* Some ideas/workarounds--each of which I've tried and they work--= but some very computer intensive:


** Also, more specific to your question:

=

* What I like to= do is make the images 16x16 pixels!

** Why 16x16!? Because favicons (WWW website icons) are= 16x16....Strongly suggest you make thumbs 16x16 and use thumbs.el and/or I= mageMagick (free software) to make your table icons/thumbs all the same siz= e:

apt-get install imagemagick
mogrify -format g= if -path thumbs -thumbnail 16x16 *.jpg

= On Wed, Feb 8, 2012 at 5:08 AM, Yu <yu_icq@gmx.at> wrote:
Hello!

I was wondering if there is any useful way, to organize images in
tables. This would be useful e.g. if one needs to organize some images
on a regular grid, but the images aren't equally sized, such that a
simple line break doesn't do the trick.

Creating just a table with the image links inside will work
/basically/, assuming that the images have an appropriate size, but if
resizing is needed, I can't see how to do this in a table (because
inside no e.g. =A0#+ATTR_LATEX line is possible).

The same problem also occurs when I want to preview images side-by-side, e.= g.

=A0: =A0[[./img1.png]] [[./img2.png]]

though here actually newlines from fill-paragraph/auto-fill add to the
problem - as will be the size of some high-resolution images.

My only current solution is to use explicit LaTeX and then preview the
LaTeX, but that slows down operation considerably.

Is anything currently implemented to allow such usage?


--f46d044288669f83fa04b87541bf--