comand-line driven image editor

2009-08-18 Thread Hiisi
Dear Fedora Folks! I want to write a script that would browse the WEB (Internet shops) and using wget will download goods description and pictures. I will parse resulted htmls then and represent data into another form (SQL INSERT command). I can imagine how to do all that but pictures are the

Re: comand-line driven image editor

2009-08-18 Thread Tim
On Tue, 2009-08-18 at 17:21 +0400, Hiisi wrote: pictures are the most complicated part of the job. I need to change their dimensions and some other characteristics, like contrast and brightness. Is there a command that will do the task? Possibly convert with the -normalize option. It's a part

Re: comand-line driven image editor

2009-08-18 Thread Bryn M. Reeves
On Tue, 2009-08-18 at 17:21 +0400, Hiisi wrote: Dear Fedora Folks! I want to write a script that would browse the WEB (Internet shops) and using wget will download goods description and pictures. I will parse resulted htmls then and represent data into another form (SQL INSERT command). I

Re: comand-line driven image editor [SOLVED]

2009-08-18 Thread Hiisi
pictures are the most complicated part of the job. I need to change their dimensions and some other characteristics, like contrast and brightness. Is there a command that will do the task? Possibly convert with the -normalize option. It's a part of the ImageMagick package. NB: When