Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
0586a1ac
Commit
0586a1ac
authored
Jun 04, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated release notes
parent
60a19cfb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
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