January 14 – 27,
Posts tagged with 'convert'
Ah. I think I figured it out. Code migration.
Ah. I think I … [read full article]
There’s left, center, right. I claim John Cleese as anti-authoritarian, anti-religion, anarchist, individualist – all leftist things.
There’s left, center, right. … [read full article]
Once you get beyond a certain income, it’s just gravy
Once you get beyond … [read full article]
Conservation of identity when using lossy methods works differently with sound than with images. Will I recognize this sound if I put it through image changes? The sound’s intelligibility survived “convert to binary” (2 bit) and doing an outline of the binary forms. but it did not survive a number of other ways. Erosion was the most fascinating though, as it played every sound the test voice I used was capable of all at once but in the rhythm of speaking.
Conservation of identity when … [read full article]
Now I want to take a folder of tiny 64×64 svg to png with background added and potrace again
Now I want to … [read full article]
BMP TO svg ONE LINE : – convert -magnify %1 pgm: | mkbitmap -x -f 50 -t 0.48 | potrace -s -t 5 > %1.svg
BMP TO svg ONE … [read full article]
A bit of a lot of things – lots of trial and error. But I settled on a process for now: Paint dot NET is my homebase. a) Have color image. b) Convert it to 1-bit using a little thing I found http://blog.roguecode.co.za/update-for-my-agent-1-bit-image-converter-1bitter/ c) Open in Inkscape d) Control-A (Select All) e)Path:Trace Bitmap “Grays” Turn off Smooth Options: Turn off Smooth Corners f) Path: Simplify (or Control-L) about three times g) File: Export Bitmap. To do: 1) Automate b) – maybe imagemagick “convert” can do it? 2) Maybe shrinking the image to like 64×64 will make thresholding work better? I don’t know. 3) Use potrace instead of Inkscape for tracing. I did and can but as I haven’t mastered potrace at all, I have to learn its options (same problem I have with Imagemagick – I don’t know it well) 4) Find another way to “simplify”. I think potrace can but I don’t know for sure.
A bit of a