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
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e573ae06e2bf5aa632d9d78ce3c4c1374741287d"
Commit
0586a1ac
authored
Jun 04, 2011
by
Davis King
Browse files
updated release notes
parent
60a19cfb
Changes
1
Hide 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 @@
...
@@ -12,14 +12,26 @@
<current>
<current>
New Stuff:
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:
Non-Backwards Compatible Changes:
- Made get_pixel_intensity() more efficient. However, the value returned
- Made get_pixel_intensity() more efficient. However, the value returned
is slightly different than it used to be for RGB pixel types.
is slightly different than it used to be for RGB pixel types.
Bug fixes:
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:
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>
</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