Search found 5 matches

by hakermania
2012-06-30T00:53:49-07:00
Forum: Users
Topic: How to force resize an image (convert command)
Replies: 3
Views: 78060

Re: How to force resize an image (convert command)

Thanks! It worked perfectly! :D
The different approaches of ! (\! "! !) have to do with whether I'm using bash, sh, ksh etc?
by hakermania
2012-06-29T16:45:30-07:00
Forum: Users
Topic: ImageMagick available formats
Replies: 5
Views: 7744

Re: ImageMagick available formats

Nice, thanks a lot for helping me out!
by hakermania
2012-06-29T16:45:01-07:00
Forum: Users
Topic: How to force resize an image (convert command)
Replies: 3
Views: 78060

How to force resize an image (convert command)

Hello again. Second topic same day, but I want to finish with this image conversion thingy I'm doing. I am using this command: convert -quality 100 -resize 500x500 "input.jpg" "output.png" If I've understood correctly, the '-resize' argument takes as its own argument: 'width'x'height' So, having ...
by hakermania
2012-06-29T09:40:58-07:00
Forum: Users
Topic: ImageMagick available formats
Replies: 5
Views: 7744

Re: ImageMagick available formats

Thanks :D !

I have installed imagemagick through the repositories of Ubuntu. If the users have installed the same imagemagick version through the same repositories, we will have the same r/w capabilities as for image files. Am I right?
by hakermania
2012-06-29T08:38:17-07:00
Forum: Users
Topic: ImageMagick available formats
Replies: 5
Views: 7744

ImageMagick available formats

Hello there! I am developing an application which uses the command 'convert' so as to convert all the images specified by the user to a desired format.

However, I don't know what formats are available from convertion from -> to.

How can I see them?

Thanks a lot!