惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
T
Tailwind CSS Blog
Martin Fowler
Martin Fowler
I
InfoQ
The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
The Cloudflare Blog
罗磊的独立博客

Hub's wlog

Hub's wlog - Dia with GTK 3 Hub's wlog - Dev Log August 2023 Hub's wlog - libopenraw Rust with C API Hub's wlog - Niepce July 2023 updates Hub's wlog - Niepce June 2023 updates Hub's wlog - Life update Hub's wlog - Niepce May 2023 updates Hub's wlog - Niepce April 2023 updates Hub's wlog - Niepce March 2023 updates Hub's wlog - Integrating the RawTherapee engine Hub's wlog - Niepce February 2023 updates Hub's wlog - Implementing i18n-format, a Rust procedural macro Hub's wlog - Niepce January 2023 updates Hub's wlog - i18n-format for Rust Hub's wlog - Introducing Toot That! Hub's wlog - Niepce December 2022 updates Hub's wlog - Niepce November 2022 updates Hub's wlog - Fall of releases Hub's wlog - Introducing Compiano Hub's wlog - RTKit, portals, and Pipewire Hub's wlog - Update on Niepce Hub's wlog - New Again
Hub's wlog - Release day
:: Hubert Figuière · 2022-06-25 · via Hub's wlog

2022.06.25

It's release day, sorta. Both libopenraw and Exempi got a new release within two days. Here is what's up.

libopenraw

Yesterday I released libopenraw 0.3.2. It's a bug fix release that add a few more camera listed. Some of these bugs where found during the still in progress Rust rewrite of the library. I also updated the MP4 parser, rebasing the patches to the latest code from Mozilla (it's for Canon CR3).

About that rewrite, I plan it to be version 0.4.0. It will have the same API for C/C++, more or less, but also available as a Rust crate. The objective is to have at least the same feature set as libopenraw 0.3.2, which is why, when I find bugs during the rewrite, I fix them so that the test suite can be shared.

Why rewriting in Rust? Simply because libopenraw is a parser of files and I want safety first. Rust allow writing fast code that is inherently more secure than C++. I find myself being much productive, and Rust is already required for the MP4 parser mentionned above.

The currently missing from the Rust rewrite: CIFF support (old Canon CRW), MRW (Minolta) and more importantly the C API.

The first place where I will used it is Niepce.

Exempi

Today I released Exempi 2.6.2. Just some bug fixes, nothing ground breaking.