Search Results

Search: Posts Made By: Kangol
5,034
Posted By Kangol
Have done it this way as suggested. ...
Have done it this way as suggested.

./myscript.sh -r -i "regex"
5,034
Posted By Kangol
Executing sed command inside a bash script
I want to run commands inside a bash script.

An example is



I want to pass the command in a string as regexp as an argument to the script, then run sed on the bash variable


sed.sh...
2,371
Posted By Kangol
I prefer not to resize the image. I have...
I prefer not to resize the image.


I have a canvas of size 3583 Ã- 5049 pixels. The image within the png file is 2944x4454.


Just want to crop to 3000x4500, perhaps fill the background with...
2,371
Posted By Kangol
I have an image with a big canvas, and the image...
I have an image with a big canvas, and the image falls within it. I am trying to crop to the size of the actual image.
2,371
Posted By Kangol
Using the following command did not work, still...
Using the following command did not work, still getting the 4 files.



convert mountain.png -crop 3000x4500 +repage -format png -resize 3000x4500 mountain--cr.png
2,371
Posted By Kangol
I am using ImageMagick 6.7.7-10...
I am using



ImageMagick 6.7.7-10 2014-08-28 Q16


My system is GNU Trisquel 7.0 with Gnome Version 3.8.4
2,371
Posted By Kangol
Convert creates multiple files
I want to crop an image and am using convert


convert mountain.png -crop 3000x4500 +repage -format png mountain--cr.png
The problem is that convert is creating 4 files



mountain--cr-0.png...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy