Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97354

Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI)

Path csiph.com!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.048
X-Spam-Evidence '*H*': 0.90; '*S*': 0.00; 'anyway.': 0.04; 'python.': 0.11; 'extensible': 0.16; 'friendlier': 0.16; 'wrote:': 0.16; '2015': 0.20; 'trying': 0.22; 'tried': 0.24; 'header:In-Reply- To:1': 0.24; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'idea': 0.28; 'css.': 0.29; 'websites.': 0.29; 'subject:/': 0.30; 'source': 0.33; 'open': 0.33; 'received:google.com': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'to:addr:python.org': 0.40; 'great': 0.63; 'subject:Build': 0.66; 'sounds': 0.76; 'to:name:python': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=8Y8emDaZAK/7zDjbljMVdAD7+5pT5cxoitXCacbq/l0=; b=nadu1ZpkVOTQBNtuwRD9fwlV1gGszudcAEiLSNYPqimNnh6iOlMU9+sKojdkE5WHHO R3Esl4OKsX6BDBBEwFfKc6VlrKJOYRHnL1OxcogVo1X2mT6HUhg4zoMvcGKce0I/gmKD aexWpRM6pSw2vOSvRNC3fYUSbY6Pnx6UpUyhxd3zcNEo0nCEYNA2b6vDvQ7ueEvt/2oC 4moSPKvWIi/hoISKYNG7rUXNtcnztcUCyVzZVVgqavHxm7+5NJTb5mAQz46kvIUpMPoO 9+wLbr36+QPG9jSYDCgHafYgRGmc0AYrqsc+qbsIteOdQuz73tAo8NbmajYpBM1ZZhXh SvkQ==
X-Received by 10.170.194.22 with SMTP id l22mr14344289yke.63.1443819437159; Fri, 02 Oct 2015 13:57:17 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <f6dc17d0-d676-4bd3-a38d-077b4054c773@googlegroups.com>
References <54286f19-7859-4e30-a9de-ef1b85c23670@googlegroups.com> <mailman.344.1443805295.28679.python-list@python.org> <f6dc17d0-d676-4bd3-a38d-077b4054c773@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Fri, 2 Oct 2015 14:56:37 -0600
Subject Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI)
To Python <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.348.1443819439.28679.python-list@python.org> (permalink)
Lines 6
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1443819439 news.xs4all.nl 23740 [2001:888:2000:d::a6]:55961
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:97354

Show key headers only | View raw


On Fri, Oct 2, 2015 at 12:27 PM, Kenneth L <kennfletch@gmail.com> wrote:
> I tried to use gimp but as a photoshop user it was horrible. I was trying to like it. That is a great idea tearing down gimp. that is how I learn html and css. Breakin down websites.

What about Inkscape? It's a lot friendlier than GIMP, and it sounds
like you're only really interested in vector graphics anyway. Inkscape
is also open source and also extensible with Python.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Newbie: Designer Looking to Build Graphics Editor (PS/AI) Kenneth L <kennfletch@gmail.com> - 2015-10-02 09:41 -0700
  Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Chris Angelico <rosuav@gmail.com> - 2015-10-03 02:57 +1000
    Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Kenneth L <kennfletch@gmail.com> - 2015-10-02 11:25 -0700
      Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-10-02 22:40 +0100
  Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Laura Creighton <lac@openend.se> - 2015-10-02 19:01 +0200
    Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Kenneth L <kennfletch@gmail.com> - 2015-10-02 11:27 -0700
      Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Random832 <random832@fastmail.com> - 2015-10-02 14:57 -0400
      Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Random832 <random832@fastmail.com> - 2015-10-02 15:01 -0400
      Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Ian Kelly <ian.g.kelly@gmail.com> - 2015-10-02 14:56 -0600
  Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Grant Edwards <invalid@invalid.invalid> - 2015-10-02 17:39 +0000
    Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-10-02 22:29 +0100
    Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Marko Rauhamaa <marko@pacujo.net> - 2015-10-04 14:40 +0300
      Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Grant Edwards <invalid@invalid.invalid> - 2015-10-04 14:15 +0000
  Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Bartc <bc@freeuk.com> - 2015-10-02 20:40 +0100
    Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Kenneth L <kennfletch@gmail.com> - 2015-10-02 13:23 -0700
      Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Bartc <bc@freeuk.com> - 2015-10-02 21:51 +0100
      Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Michael Torrie <torriem@gmail.com> - 2015-10-03 09:40 -0600
  Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI) Terry Reedy <tjreedy@udel.edu> - 2015-10-02 18:31 -0400

csiph-web