Search found 2 matches

by suki_babee
Tue Jun 26, 2007 6:54 pm
Forum: NConvert
Topic: nconvert 4.79 segmentation fault when rotating
Replies: 2
Views: 1795

seg fault on basic crop too

I have not done a lot of testing, but I see that a basic command :

nconvert -crop 0 0 100 100 -o out.jpg orig.jpg

also seg faults on 4.79, but runs fine on 4.51. I can't be the first to notice something like this. Is nconvert dependent on shared libraries? What can I do to help isolate the ...
by suki_babee
Tue Jun 26, 2007 6:47 pm
Forum: NConvert
Topic: nconvert 4.79 segmentation fault when rotating
Replies: 2
Views: 1795

nconvert 4.79 segmentation fault when rotating

I noticed image rotations of arbitrary angles result in jagged edges, so I was happy to see the 4.79 release add a "-rotate_flag smooth" option. But I can't get it to work.

This works (with jaggies): nconvert -rotate 9 -o out.jpg orig.jpg
this produces the same result (I guess the smooth flag is ...