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


Groups > comp.lang.python > #97342

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

From Laura Creighton <lac@openend.se>
Subject Re: Newbie: Designer Looking to Build Graphics Editor (PS/AI)
References <54286f19-7859-4e30-a9de-ef1b85c23670@googlegroups.com>
Date 2015-10-02 19:01 +0200
Newsgroups comp.lang.python
Message-ID <mailman.344.1443805295.28679.python-list@python.org> (permalink)

Show all headers | View raw


In a message of Fri, 02 Oct 2015 09:41:16 -0700, Kenneth L writes:

>I'd like to build a Illustrator/Photoshop like program. Why, there
 are some features that I'd like to personally have. Example,
 randomizing the rotation, line height and sizing of text. You have to
 do this manually. It would be cool have a little program that is
 dedicated building logos. Not trying to reinvent the wheel. Just
 basic featuring of vector graphics program plus my enhancements.


Do you know about GIMP?
http://www.gimp.org/

You can script it with Python.
http://www.gimp.org/docs/python/

Note: Play with GIMP first.  A whole lot.  Then learn Python -- a bit
with a tutorial here:
https://wiki.python.org/moin/BeginnersGuide/Programmers
or maybe here:
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers

or -- well, these days there are plenty more that aren't on either of
those lists.

Then try to script gimp using python.
It's not the ideal place to learn how to program in Python, as
the Python in the examples there is fairly atypical for normal
Python programs, but it works ...

Welcome, welcome!

Laura

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