Sponsored Content
Top Forums UNIX for Beginners Questions & Answers UNIX tool on MacOS that can increase resolution of a file Post 303037920 by Neo on Saturday 17th of August 2019 11:10:51 PM
Old 08-18-2019
I run the latest version of Mojave so let me try to install and see what happens:

Code:
:tmp Tim$ brew install ImageMagick
Updating Homebrew...

 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

UNIX on MacOS X

I am interested in knowing if anyone out there has been using the BSD UNIX that underlies MacOS X. Is this an "industrial strength" version of UNIX? Can I run X-Windows on such a machine? How about TeXing, pythoning, PERLing or using other useful UNIX goodies near and dear to my shrunken... (1 Reply)
Discussion started by: ncmathsadist
1 Replies

2. UNIX Desktop Questions & Answers

how do I increase the character size in the Unix Box

do anybody has knowledge how do i increase the character size in the UNIX box (1 Reply)
Discussion started by: subir23
1 Replies

3. UNIX for Advanced & Expert Users

How to increase the buffer size in Unix

When I checked with top command, I found tht my buffers are always 137M, which means that they are sort of overloaded. My Inactive memory is 520M. Is it possible to increaase the buffer size and what would be the command for that? (0 Replies)
Discussion started by: ziabegg
0 Replies

4. UNIX for Dummies Questions & Answers

How to increase buffer size in Unix

The "top" command shows that my buffer size is always at 137M, which I think has reached to the maximum. However, Ido have lots of Inative memory? Is it possible to increae the buffer size? and what is the command for that? Further, this is the buffer for writing to the hard disk? (3 Replies)
Discussion started by: ziabegg
3 Replies

5. UNIX for Advanced & Expert Users

Increase the counter in UNIX

HI! All Iam facing an issue with split comman in unix Prifix=Z_PRICE_NEW`date "+%Y%m%d%H%M%S"` split -5000 Product.txt $Prifix find . -name "$Prifix*" -print | { while read FILE; do mv $FILE $FILE.txt done } when is execute the comman the command is working fine and generating the... (2 Replies)
Discussion started by: mohdtausifsh
2 Replies

6. AIX

how to increase the space unix directores

Hi have IBM aix. unix my directories are full when i use $ df -k filesystem kbytes used avail capacity mounted on /dev/root 288880 288880 288880 100% / /proc 0 0 0 ... (4 Replies)
Discussion started by: raosurya
4 Replies

7. OS X (Apple)

USB File Transfer MacOS 10.6.5 to Android 2.2?

I'm trying to get a MacBook Air (MBA) running 10.6.5 to recognize a Samsung Galaxy S (Android 2.2) vis the USB interface for simple file transfers back and forth. Nothing works so far. I've tried many things! :wall: I noticed when I connect my phone to the MBA, there is a message in system.log... (2 Replies)
Discussion started by: Neo
2 Replies

8. Solaris

How to increase history number in UNIX?

Hi All, when i use history command i got the last 1000 command i want to increase this to 10000 how can i do that (4 Replies)
Discussion started by: hosneyxxosman
4 Replies

9. Shell Programming and Scripting

Variable resolution in File content

I have a file File1 containing lines like below apple ${FRUIT}-Color orange ${FRUIT}-Color banana ${FRUIT}-Color Now, in my shell I'm reading the file like below while read FRUIT DESC; do echo $FRUIT $DESC; done < File1 which outputs - apple ${FRUIT}-Color orange ${FRUIT}-Color... (3 Replies)
Discussion started by: nexional
3 Replies

10. UNIX for Beginners Questions & Answers

Macos is the UNIX?

why,just beacuse that its the bottom layer uses a small amount of bsd code? In my opinion, macos and Unix are completely different. The directories are long directory structures. For example, /application, /system, /user, /volumes, etc. are completely different from the traditional /bin/ /sbin... (5 Replies)
Discussion started by: malaizhichun
5 Replies
rsvg-convert(1) 					      General Commands Manual						   rsvg-convert(1)

NAME
rsvg-convert - turn SVG files into raster images. SYNOPSIS
rsvg-convert [options] in.svg > out.png DESCRIPTION
Converts SVG images into PNG raster images, PDF, PS, or SVG vector images, or dumps of Cairo XML or recording surfaces. OPTIONS -d --dpi-x number Set the X resolution of the image in pixels per inch. RSVG's current default is 90dpi -p --dpi-y number Set the Y resolution of the image in pixels per inch. RSVG's current default is 90dpi -x --x-zoom number X Zoom factor, as a percentage. If unspecified, 1.0 is used as the default. -y --y-zoom number Y Zoom factor, as a percentage. If unspecified, 1.0 is used as the default. -z ---zoom number Zoom factor, as a percentage. If unspecified, 1.0 is used as the default. -w --width integer Specify how wide you wish the image to be. If unspecified, the natural width of the image is used as the default. -h --height integer Specify how tall you wish the image to be. If unspecified, the natural height of the image is used as the default. -f --format [png, pdf, ps, svg, xml, recording] Specify the output format you wish the image to be saved in. If unspecified, PNG is used as the default. -o --output filename Specify the output filename. If unspecified, outputs to stdout. -a --keep-aspect-ratio Specify that the aspect ratio is to be preserved. If unspecified, aspect ratio will not be preserved. -b --background-color [black, white, #abccee, #aaa...] Specify the background color. If unspecified, none is used as the default. --base-uri uri Specify the base URI for SVG files. If unspecified, none is used as the default. -v --version Display what version of rsvg this is. MORE INFORMATION
http://librsvg.sourceforge.net/ http://www.w3.org/TR/SVG11/ http://www.gnome.org/ AUTHORS
Dom Lachowicz (cinamod@hotmail.com), Caleb Moore (c.moore@student.unsw.edu.au), and a host of others. rsvg-convert(1)
All times are GMT -4. The time now is 12:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy