Search found 1 match

by pchalats
2019-01-16T05:16:15-07:00
Forum: Users
Topic: Creating a png image and converting it to bmp3 (v6)
Replies: 1
Views: 2627

Creating a png image and converting it to bmp3 (v6)

Hi,

I am trying to create a png from command line and then convert it to BMP3 format:

convert -size 172x172 xc:white \
-type Optimize -compress none \
-flatten \
-gravity North \
-font "Helvetica" \
-pointsize 20 \
-annotate +0+15 "aaaaa" \
-font "Helvetica" \
-gravity Center ...