Search found 12 matches

by Zuldek
Sun Jul 07, 2019 10:51 am
Forum: NConvert
Topic: Crop image
Replies: 10
Views: 4335

Re: Crop image

nconvert -ratio -resize shortest 180 -o titlee.jpg -q 70 scrinshot.jpg
nconvert -canvas 320 180 center -o titlee.jpg -q 70 titlee.jpg

The first stage is image compression.
The second stage is cropping the image.

I don’t quite understand how to save the image with the same output name in the ...
by Zuldek
Sat Jul 06, 2019 5:12 pm
Forum: NConvert
Topic: Crop image
Replies: 10
Views: 4335

Re: Crop image

A width of 200 is required, a height of 100. If possible, yes, in the center.
by Zuldek
Sat Jul 06, 2019 4:46 pm
Forum: NConvert
Topic: Crop image
Replies: 10
Views: 4335

Re: Crop image

Reduce the canvas, that is, size the image. Parts of the image that do not fit the size, they are cut off.
by Zuldek
Sat Jul 06, 2019 3:49 pm
Forum: NConvert
Topic: Crop image
Replies: 10
Views: 4335

Re: Crop image

Code: Select all

    nconvert -ratio -resize shortest 180 -overwrite %title_alt%.jpg
	nconvert -ratio -canvas 50 100 -overwrite %title_alt%.jpg
Does not go, the image size remains the same
by Zuldek
Sat Jul 06, 2019 3:41 pm
Forum: Miscellaneous
Topic: Number to date converter
Replies: 1
Views: 10265

Number to date converter

Suppose there is a number 229, you need to get 3:49. That is, minutes and time, if more then hours add. Can there be any ready-to-date number converter for windows?
by Zuldek
Fri Jul 05, 2019 6:20 pm
Forum: NConvert
Topic: Save image under a different name
Replies: 9
Views: 4639

Re: Save image under a different name

Code: Select all

nconvert -ratio -resize shortest 180 -o output.jpg -out format output222222.jpg
I tried it and it does not come out (((
by Zuldek
Fri Jul 05, 2019 5:47 pm
Forum: NConvert
Topic: Save image under a different name
Replies: 9
Views: 4639

Re: Save image under a different name

Code: Select all

nconvert -ratio -resize shortest 180 -o output.jpg -out output222222.jpg
Cannot change the name of the convection image when saving
by Zuldek
Fri Jul 05, 2019 4:29 pm
Forum: NConvert
Topic: Crop image
Replies: 10
Views: 4335

Crop image

How to set the correct command in order to crop the image to the specified size. Do not squeeze

?
by Zuldek
Fri Jul 05, 2019 2:31 pm
Forum: NConvert
Topic: Save image under a different name
Replies: 9
Views: 4639

Re: Save image under a different name

** NCONVERT v7.25 (c) 1991-2019 Pierre-E Gougelet (Jan 15 2019/12:05:55) **
Version for Windows Xp/Vista/7 x64 (All rights reserved)
** This is freeware software (for non-commercial use)


output.jpeg : Success
Format : JPEG TrueColor (v1.2)
Name : jpeg
Compression : JPEG
Width : 1280
Height ...
by Zuldek
Fri Jul 05, 2019 1:29 pm
Forum: NConvert
Topic: Compress image height in proportion
Replies: 1
Views: 1730

Compress image height in proportion

Please tell me how to compress the image in height, while maintaining the proportions of the width
by Zuldek
Fri Jul 05, 2019 1:28 pm
Forum: NConvert
Topic: Save image under a different name
Replies: 9
Views: 4639

Save image under a different name

Code: Select all

nconvert -ratio -resize 325 -overwrite output.jpeg
I compress the image in width in proportion. How to save the image under a different name?
by Zuldek
Fri Jul 05, 2019 1:27 pm
Forum: NConvert
Topic: Pull out image height
Replies: 1
Views: 2133

Pull out image height

Code: Select all

nconvert -info output.jpeg
Tell me please. How to pull out the height of the image and save it in a variable