DrawPile是一个开源的绘图程序,用于创建草图。其中,它使用户能够实时共享图纸,并在同一画面同时借鉴。 可以实现多人编辑一幅图片。它界面直观、布局简捷,支持bmp、pbm、png、ppm和xbm格式,在不进行协同工作的时间,也可以作为普通图形工具使用。
- DrawPile 1.0.2, which has been recently released, coming with the below changes:
- Fixed crash when smoother was set to zero
- Server: added command line option to enable split recording mode (new recording for each snapshot)
- Server: /force_snapshot command can now be used outside debug mode
- Fixed stretched selection contents if selected area was (partially) outside the canvas
- Chat URL autolinker now accepts more characters in the fragment identifier
- Retcon simplification: just discard the local fork on conflict rather than replaying
- Strokes are started immediately even when smoothing is enabled
- Ports in autolinked URLs are now recognized
- Dedicated server: added –welcome-message parameter
- Fixed “reset size” for polygonal selections
- Improved recording index file generation
- Active selection is no longer cleared when switching from rectangle to lasso tool
- A link to unhide age restricted sessions is now shown in the session selector
- Bugfix: remember selected listing server in session finder dialog
- Improved UI lockup prevention when receiving large amount of commands
- Smarter image sending: avoid sending blank images
- New feature: area sampling for color picker
- When opening a drawpile:// link, rather than connecting directly, the join dialog is shown
Ubuntu 用户安装命令:
Ubuntu 15.10 用户安装命令:
wget -q -O – http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add –
sudo sh -c ‘echo “deb http://archive.getdeb.net/ubuntu wily-getdeb apps” >> /etc/apt/sources.list.d/getdeb.list’
sudo apt-get update
sudo apt-get install drawpile
Ubuntu 15.04 用户安装命令:
wget -q -O – http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add –
sudo sh -c ‘echo “deb http://archive.getdeb.net/ubuntu vivid-getdeb apps” >> /etc/apt/sources.list.d/getdeb.list’
sudo apt-get update
sudo apt-get install drawpile
卸载 drawpile 命令:
sudo apt-get remove drawpile
本文永久更新链接地址:http://www.linuxidc.com/Linux/2015-11/124882.htm