Search found 2 matches

by bair.sa
2015-12-02T11:24:49-07:00
Forum: Users
Topic: Resize image to specified size (kb)
Replies: 7
Views: 24952

Re: Resize image to specified size (kb)

bair.sa wrote:Can the same limitation to the file size (kb) be made to a .tga file?

convert image -define jpeg:extent=512kb newimage.jpg
i tried changing the jpeg above to tga and the ending extension to .tga but it does not work.
by bair.sa
2015-12-02T10:24:53-07:00
Forum: Users
Topic: Resize image to specified size (kb)
Replies: 7
Views: 24952

Re: Resize image to specified size (kb)

Can the same limitation to the file size (kb) be made to a .tga file?

convert image -define jpeg:extent=512kb newimage.jpg