KiBot/debian
Salvador E. Tropea ee69de6e7d Problems with PcbDraw when generating PNG and JPG.
Currently the script uses ImageMagick library. But the SVG conversion
is handled unreliably. ImageMagick has various backends to do it and
some of them don't work. I saw this problem many times, and is now
affecting my system. A more reliable conversion can be achieved using
`rsvg-convert`. Isn't as good as InkScape, but is smaller and works
well.
In the process I'm trimming the extra blank space generated by
PcbDraw when we have objects in layers like "User Drawings" that
extends beyond the PCB size.
I'm also compressing JPGs more aggressively, this makes a real
difference between PNG and JPG outputs. Otherwise the difference
is too small.
2020-08-25 13:16:49 -03:00
..
patches Moved the module to the root and added a script named kiplot to call it from /usr/bin. 2020-03-10 14:49:18 -03:00
source Moved the module to the root and added a script named kiplot to call it from /usr/bin. 2020-03-10 14:49:18 -03:00
.gitignore Added debian package build files to the ignore list 2020-04-23 14:38:10 -03:00
README.Debian Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
changelog Bumped version to 0.6.1. 2020-08-20 10:16:05 -03:00
compat Moved the module to the root and added a script named kiplot to call it from /usr/bin. 2020-03-10 14:49:18 -03:00
control Problems with PcbDraw when generating PNG and JPG. 2020-08-25 13:16:49 -03:00
copyright Moved the module to the root and added a script named kiplot to call it from /usr/bin. 2020-03-10 14:49:18 -03:00
docs Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
make_postinst.pl Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
postinst Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00
rules Moved the module to the root and added a script named kiplot to call it from /usr/bin. 2020-03-10 14:49:18 -03:00
watch Renamed the kiplot module as kibot. 2020-08-16 22:04:03 -03:00

README.Debian

KiBot for Debian

This is a KiCad automator for documents generation that uses the Python
interface and various scripts.

 -- Salvador Eduardo Tropea <salvador@inti.gob.ar>  Tue, 10 Mar 2020 13:27:48 -0300