The different approaches of ! (\! "! !) have to do with whether I'm using bash, sh, ksh etc?
Search found 5 matches
- 2012-06-30T00:53:49-07:00
- Forum: Users
- Topic: How to force resize an image (convert command)
- Replies: 3
- Views: 80083
Re: How to force resize an image (convert command)
Thanks! It worked perfectly! 
The different approaches of ! (\! "! !) have to do with whether I'm using bash, sh, ksh etc?
The different approaches of ! (\! "! !) have to do with whether I'm using bash, sh, ksh etc?
- 2012-06-29T16:45:30-07:00
- Forum: Users
- Topic: ImageMagick available formats
- Replies: 5
- Views: 8256
Re: ImageMagick available formats
Nice, thanks a lot for helping me out!
- 2012-06-29T16:45:01-07:00
- Forum: Users
- Topic: How to force resize an image (convert command)
- Replies: 3
- Views: 80083
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 ...
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 ...
- 2012-06-29T09:40:58-07:00
- Forum: Users
- Topic: ImageMagick available formats
- Replies: 5
- Views: 8256
Re: ImageMagick available formats
Thanks
!
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?
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?
- 2012-06-29T08:38:17-07:00
- Forum: Users
- Topic: ImageMagick available formats
- Replies: 5
- Views: 8256
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!
However, I don't know what formats are available from convertion from -> to.
How can I see them?
Thanks a lot!