Syndicate content
Updated: 29 min 30 sec ago

Guadec slides

56 min 1 sec ago

Just a quick note to let people know that I have put my slides online. They are linked from lgo (in OpenDocument).

I'll provide PDF and HTML versions soon.

Categories: Member blogs

geglmm 0.0.17

Thu, 17/07/2008 - 09:41

I did a release of geglmm 0.0.17 (with the help of jonner for the upload) in order to help building Niepce Digital.

geglmm 0.0.17 is the C++ mm-style bindings for GEGL 0.0.18.

You can download it from the FTP:

http://ftp.gnome.org/pub/gnome/sources/geglmm/0.0/

A version 0.0.18 will follow soon to be in sync with gegl versioning.

Categories: Member blogs

Introducing...

Wed, 16/07/2008 - 14:28

A while back I posted and teaser, but that was all until GUADEC where, with 3 lightning talk I could present the stack and and application I'm working on, on my copious spare time(tm). Let me introduce you to Niepce Digital. For what Niepce means, there is Wikipedia. For what are the plans, read on.

Niepce Digital is meant to be an application for digital photography that will allow end to end management of the workflow, starting with the acquisition from the camera to the final printing or publishing. For those who chose the easy way it is in the same idea than Adobe Ligthroom or Apple Aperture. I have had some concept written down on paper for over 3 years, before these applications were unleashed, I just didn't manage to make anything out of it. And of course it is Free Software, that goes without saying (licensed under GPLv3 or later).

Design goal

From a development point of view, the design goal is to:

  • try to provide, leverage or reuse infrastructure. In that case this mean using Exempi, libopenraw and GEGL, and making sure the whole processing pipeline can be reused. There is hope with GEGL being used by Gimp that some of the image processing can really be shared. I started Exempi especially with that application in mind, and I'm still developing libopenraw in parallel.
  • try to make it right: don't cut corner when implementing be rather take the time to do the right thing so that in the future it doesn't have to be redone. Of course this means that the initial shot will take more time but in the end the benefit is that things will be easier.
  • try to do things progressively but surely. Better have a well working limited set of feature than a half working extended set of features.
  • try to be modular so that it is easy to implement new modules.

Feature set

The feature set I wish to see implemented is quite extensive, and the application will be divided in "modules". The first one, the library is meant to manage the collection of pictures, add metadata, etc. The second module, darkroom, is meant to perform the image editing. Image editing is not like a full blown version of GIMP, but rather a limited and most used set: image adjustements, crop, straighten, dust removal, etc, all performed in a non-destructive mode. This will be for the first milestone, with maybe a few upload modules to export to you favorite image hosting.

Digital camera RAW files will be first class citizen, and actually they should provide the best result, and not be harder to use than JPEG. Metadata will be centered around XMP for maximum interoperability. And of course, color management will be.

This first milestone is quite ambitious, and having a very good output quality will already an achievement.

As a second milestone will come web gallery generation (static HTML) and printing. That last part might actually be a lot of work, including vertically down the stack.

Now what?

I have setup for a while a project on GNA to host the source code and the repository. You can grab the C++ source code and play with it.

But there won't be a release for a while. See the first milestone above.

Categories: Member blogs

Guadec notes

Wed, 09/07/2008 - 10:05

I didn't really take notes. But things I saw:

  • GeoClue is interesting in the idea. I don't know why I missed the talk last year.
  • Blizzard doesn't like doing presentation but he is good. Chris, continue. Next question?
  • Stormy is here as the new executive director for the foundation. Congrats!
  • Lot of EEE PC, all using free software (the default firmware is not).
  • GEGL in Gimp, that will rock.
  • Disappointed by the OpenMoko talk. Not that it was bad, but I'd have preferred a presentation of the software stack.
  • Clutter is more impressive than ever.

Picture count at 748, and still counting. And the pain in that? I won't tell there would be a huge rant.

Categories: Member blogs

In Istanbul

Sun, 06/07/2008 - 08:54

I'm in Istanbul since yesterday. The weather is hot.

We have drunk beer on the sidewalk sitting on cushions and carpet: that's what the terraces are in Istanbul. Some North American countries really need some thinking about the alcohol taboo.

I have taken 346 pictures so far. That's a case where I wish I had a GPS to geotag them. I will need to do some sorting though, and that might involve writing code before hand.

More later...

Categories: Member blogs

gcc in C++?

Wed, 18/06/2008 - 11:21

Ian Lance Taylor has posted his gcc summit slides, one set about gold, the new ELF linker for gcc that he wrote in C++, and the other one about writing gcc in C++. Very interesting and short.

Categories: Member blogs

New packages

Sat, 07/06/2008 - 11:52

Lately I packaged the following in the openSUSE build service:

  • Nemiver 0.5.3. The debugger for GNOME. Just an update over 0.5.2 (that is in openSUSE 11). openSUSE 10.3 and 11
  • Twitux 0.62. A twitter client for GNOME. Took the package for 0.60 from Packman and updated it. openSUSE 11 only as it requires gio.
  • Google Gadgets 0.9.2. The version of Google Gadget for the Free Desktops, released as Free Software under Apache v2 (the right way unlike some other Google stuff). openSUSE 10.3 and 11 with both KDE and GNOME support.
Categories: Member blogs

openSUSE 11.0

Wed, 21/05/2008 - 14:22

I did it this time. I took my ThinkPad Z60t, the one I was not using since last September, and finally installed openSUSE 11 to replace the not yet upgraded Ubuntu. I must say that the installer is slick.... as long as your DVD media is not broken (had to redo it because the first one had errors). Everything is done very fast.

I'll not talk about the multiple imporvement, including zypper, latest GNOME, etc. (I have been running it on the desktop for quite a while).

And I chose KDE 4 as a default desktop.

And now to figure out how to fix this damn keyboard where return and the arrows don't work that well. I guess IBM quality is long gone. Update: This is a keyboard hardware problem

Categories: Member blogs

I'm a twitt

Fri, 16/05/2008 - 21:25

Just opened a twitter account

Categories: Member blogs

...

Thu, 15/05/2008 - 20:46

Debian publish a vulnerability and Free Software development halts to a grind. Film at 11.

source

Categories: Member blogs

demosaic and pixbuf

Sat, 03/05/2008 - 10:58

I just committed some code in libopenraw that allow displaying digital camera RAW files in eog (or anything else using GdkPixbuf). The colors and the gamut are still off, that's because I only perform the demosaic.

Just to be clear, I haven't changed a single line of code in eog. It is the stock version from openSUSE 10.3.

Categories: Member blogs

exempi 2.0.1

Mon, 28/04/2008 - 21:19

Just released a bug fix version of exempi. Version 2.0.1 address issues with error handling and some building issues on non-Linux systems.

This is likely to be the last 2.0.x release. 2.1.0 is on its way.

Categories: Member blogs

teaser...

Mon, 21/04/2008 - 12:08

Just because I won't be at LGM 2008 to show this in a corner, here is a teaser screenshot:

It is still pretty much a work in progress, and is not actually up to the point where I can use it. Some keywords: XMP, digital camera RAW, non-destructive, asset management, GNOME, C++

Categories: Member blogs