[haiku-commits] Re: r37017 - in haiku/trunk: build/jam src/apps/screenshot

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 07 Jun 2010 10:01:38 +0200

Stephan Assmus <superstippi@xxxxxx> wrote:
> On 2010-06-06 at 18:01:52 [+0200], Humdinger <humdingerb@xxxxxxxxxxxxxx> 
> > wrote:
> > 2010/6/6, Wim van der Meer <wpjvandermeer@xxxxxxxxx>:
> > > When I started to look at it I found one potential problem. It 
> > > seems
> > > that application signatures are not case sensitive. If that is 
> > > true
> > > then either the signature needs to be different from the 
> > > executable
> > > name, or we'll need to go for the "screenshooter" idea. What is
> > > acceptable?
> > First off, thanks for your great work on the Screenshot app!
> > Now the only missing things are a bilinear filtered preview (see
> > ShowImage) and maybe an additional slider to set the delay. :)
> The filtering comes for free when passing B_FILTER_BITMAP_BILINEAR as 
> additional options argument to DrawBitmap(). For downscaling, there 
> are 
> better algorithms, bilinear scaling only looks good at a factor above 
> 0.5. 
> But it's a start.

That also means that we can remove the bilinear code from ShowImage, 
right?

> > Does anything speaks against using a different sig for the CLI app,
> > like "application/x-vnd.Haiku-screenshot-cli"?
> > Also, the cli-app should be moved into /bin.
> I'd find that solution quite acceptable.

Me too.

Bye,
   Axel.


Other related posts: