ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Context logo
Date: Sun, 15 Mar 2009 09:39:09 +0100	[thread overview]
Message-ID: <6faad9f00903150139w523824cp7500b63e4d925b71@mail.gmail.com> (raw)
In-Reply-To: <49BC18F0.2090602@telefonica.net>

On Sat, Mar 14, 2009 at 21:52, Xan wrote:
>
> So it has transparent background, but why gimp says that eps does not
> support transparency? Strange. Really strange.

At least in older versions of (E)PS you cannot use "transparent blue"
or "transparent red" to fill shapes for example. But the background is
always transparent even in PostScript in the sense that unless you
explicitely paint the background with white, you can include your
image in another document and you won't see any white white
rectangular border around it.

GIMP doesn't really support EPS. I don't know what you need GIMP for,
but when I need to convert some EPS or PDF image into transparent PNG,
I do:

gs -dSAFER -dBATCH -dNOPAUSE \
  -sDEVICE=pngalpha \
  -dTextAlphaBits=4 \
  -dGraphicsAlphaBits=4 \
  -sOutputFile=converted_file.png \
  -r100.0 \ (put here whatever number you want)
  original_file.pdf

You can try that with the logo and you'll notice the transparent
background with GIMP.

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  parent reply	other threads:[~2009-03-15  8:39 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-09 20:06 ConTeXt T-shirts? Xan
2009-03-10 18:03 ` Mojca Miklavec
2009-03-11 17:48   ` Xan
2009-03-12  8:57     ` Taco Hoekwater
2009-03-12 16:33       ` Xan
2009-03-12 16:55         ` Wolfgang Schuster
2009-03-12 16:59           ` Taco Hoekwater
2009-03-12 17:05             ` Xan
2009-03-12 17:40               ` Taco Hoekwater
2009-03-13  8:24                 ` Hans Hagen
2009-03-13  8:23               ` Hans Hagen
2009-03-13 13:30                 ` Xan
2009-03-13 13:35                   ` Cow fonts (was: ConTeXt T-shirts?) Wolfgang Schuster
2009-03-12 17:01           ` ConTeXt T-shirts? Xan
2009-03-12 17:18             ` Wolfgang Schuster
2009-03-12 19:03               ` Xan
2009-03-12 19:13               ` Xan
2009-03-12 19:56               ` Aditya Mahajan
2009-03-12 20:08                 ` Wolfgang Schuster
2009-03-13 13:18                   ` Xan
2009-03-13 13:26                     ` Wolfgang Schuster
2009-03-14 13:50                     ` Xan
2009-03-14 15:00                       ` Wolfgang Schuster
2009-03-14 15:45                         ` Context logo (was ConTeXt T-shirts?) Xan
2009-03-14 15:59                           ` Context logo Wolfgang Schuster
2009-03-14 16:15                             ` Xan
2009-03-14 16:48                               ` Wolfgang Schuster
2009-03-14 19:22                                 ` Xan
2009-03-14 19:34                                   ` Wolfgang Schuster
2009-03-14 20:52                                     ` Xan
2009-03-14 21:31                                       ` Aditya Mahajan
2009-03-15  9:47                                         ` Xan
2009-03-15  8:39                                       ` Mojca Miklavec [this message]
2009-03-15  9:53                                         ` Xan
2009-03-15  9:58                                           ` Taco Hoekwater
2009-03-15 10:02                                             ` Xan
2009-03-13 10:33     ` ConTeXt T-shirts? Mojca Miklavec
  -- strict thread matches above, loose matches on Subject: below --
2005-12-04 13:46 ConTeXt logo Thomas A. Schmitz
2005-12-04 14:18 ` Taco Hoekwater
2005-12-04 14:57   ` Thomas A. Schmitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6faad9f00903150139w523824cp7500b63e4d925b71@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).