Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
bbe52c3d
Commit
bbe52c3d
authored
May 20, 2000
by
Nick Lamb /GIMP
Browse files
Gimp writes valid RGB BMP files again now
parent
03b2e9d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
bbe52c3d
2000-05-20 Nick Lamb <njl195@zepler.org.uk>
* plug-ins/bmp/bmpwrite.c: Gimp writes valid RGB BMPs again now
(thanks miha.tomsic@guest.arnes.si)
2000-05-20 Sven Neumann <sven@gimp.org>
* app/transform_core.c (transform_core_cut): when transforming
...
...
plug-ins/bmp/bmpwrite.c
View file @
bbe52c3d
...
...
@@ -207,7 +207,7 @@ WriteBMP (gchar *filename,
Bitmap_Head
.
biWidth
=
cols
;
Bitmap_Head
.
biHeight
=
rows
;
Bitmap_Head
.
biPlanes
=
channels
;
Bitmap_Head
.
biPlanes
=
1
;
Bitmap_Head
.
biBitCnt
=
BitsPerPixel
;
if
(
encoded
==
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment