Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
0586a1ac
Commit
0586a1ac
authored
Jun 04, 2011
by
Davis King
Browse files
updated release notes
parent
60a19cfb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+12
-0
No files found.
docs/docs/release_notes.xml
View file @
0586a1ac
...
...
@@ -12,14 +12,26 @@
<current>
New Stuff:
- Added a function for saving to the PNG image format.
- Added Austin Appleby's excellent MurmurHash3 hashing code and setup some
additional convenience functions. These functions are murmur_hash3() and
various overloads of hash().
Non-Backwards Compatible Changes:
- Made get_pixel_intensity() more efficient. However, the value returned
is slightly different than it used to be for RGB pixel types.
Bug fixes:
- Setup proper error handling for libpng in the png_loader. Now if the PNG
file is corrupted in the middle it won't just print a message and abort
the program.
- Fixed a bug in assign_pixel_intensity() that happened when the target pixel
was an RGB pixel with an alpha channel.
Other:
- Added a Frequently Asked Questions page
- Changed the array2d object so you don't have to say array2d
<
type
>
::kernel_1a
anymore to declare it. Now you just say array2d
<
type
>
.
</current>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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