Search found 3 matches
- 2012-05-09T07:05:08-07:00
- Forum: Users
- Topic: Screenshot using import does not print properly.
- Replies: 5
- Views: 7419
Re: Screenshot using import does not print properly.
Anthony, I was able to solve the problem by removing the -page option, change the gif:- to png:- and piping the output to "lp" with the "-o fitplot" option. The full command line now looks like: import -window root -rotate 90 -frame png:- | lp -o fitplot This produces a one page screenshot of my ...
- 2012-05-08T18:23:06-07:00
- Forum: Users
- Topic: Screenshot using import does not print properly.
- Replies: 5
- Views: 7419
Re: Screenshot using import does not print properly.
Anthony,
Thank you for the reply. As I don't really use ImageMagick much and am basically new to it, do you have any recommendations on the syntax I should use? I will be able to play with this tomorrow.
Thank you.
Thank you for the reply. As I don't really use ImageMagick much and am basically new to it, do you have any recommendations on the syntax I should use? I will be able to play with this tomorrow.
Thank you.
- 2012-05-08T18:13:08-07:00
- Forum: Users
- Topic: Screenshot using import does not print properly.
- Replies: 5
- Views: 7419
Screenshot using import does not print properly.
I am porting a set of scripts from Solaris to Red Hat Linux. On Solaris, we had compiled an old version of the ImageMagick import command from source. Now that we are moving to a Linux platform, we are attempting to use the default and updated ImageMagick RPM. In the script, we run the following ...