This works (with jaggies): nconvert -rotate 9 -o out.jpg orig.jpg
this produces the same result (I guess the smooth flag is not picked up) : nconvert -rotate_flag smooth -rotate 9 -o out.jpg orig.jpg
but anything specified after the "-rotate" param results in a segmentation fault : nconvert -rotate 9 -rotate_flag smooth -o out.jpg orig.jpg
for instance, this command works on ver 4.51, but segmentation faults on 4.79 : nconvert -rotate 9 -crop 0 0 100 100 -o out.jpg orig.jpg
output :
Code: Select all
** NCONVERT v4.79 (c) 1991-2007 Pierre-E Gougelet (May 16 2007/10:54:38) **
Version for Linux x86 (X11) (All rights reserved)
** This is a freeware software (for non commercial use)
Segmentation fault (core dumped)