Replies: 1 comment
-
Why are you doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to translate this bash command into c# imagemagick.net
convert -size ${$rectx}x${$recty} xc:black -box black -fill white -stroke none -font $fttf -gravity center -colorspace gray -draw "font-size $f_sz text 0,0 'A' " -depth ${bitsgraylevels} -posterize ${pixmaps_levels} +antialias -flip -crop ${curw}x${recty}+${w_off}+0 +repage GRAY:tmp_d/RBC_font_${$f_sz}
But the resulted bitmap obtained with C# is very low quality compared to the bash equivalent
The font utilized in both cases is Helvetica
This is how I translated the code in c# :
Thank you in advance,
Davide
Beta Was this translation helpful? Give feedback.
All reactions