File: bugs.html

package info (click to toggle)
babygimp 0.41-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 584 kB
  • ctags: 236
  • sloc: perl: 5,872; makefile: 48
file content (43 lines) | stat: -rw-r--r-- 1,418 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <title>No title</title>
  <meta name="GENERATOR" content="amaya V5.0">
</head>

<body bgcolor="#ffffff">
<p><a href="internals.html">Next</a>  <a
href="troubleshooting.html">Previous</a>  <a href="index.html">Table of
Contents</a></p>
<hr>

<h1>Known Bugs</h1>

<p></p>
<ul>
  <li>Babygimp cannot read xpm files created by the Gimp!
    <p>This is probably a bug in the Tk::Photo method (or in the Gimp? I do
    not know the official xpm format specification)..</p>
    <p>Workaround: Load the image e.g. with xv and save it again.</p>
  </li>
  <li>xpm files generated by Babygimp cannot be included in C programms.
    <p>This is a bug in the Photo::put() method of Perl/Tk. When i have time,
    i will incorporate a workaround into Babygimp.</p>
    <p>Workaround: Load and save the image with xv.</p>
  </li>
  <li>Once i experienced a crash, when Babygimp was iconized and i wanted to
    load an image to the clipboard (by calling Babygimp twice).
    <p>I could not reproduce this crash and was not able yet to finde the
    cause.</p>
  </li>
</ul>

<p></p>
<hr>

<p><a href="internals.html">Next</a>  <a href="troubleshooting.html">Previous
</a> <a href="index.html">Table of Contents</a></p>
</body>
</html>