Bug 120237 - [NEW PORT] graphics/liblqr-1: An easy to use C/C++ seam carving library
Summary: [NEW PORT] graphics/liblqr-1: An easy to use C/C++ seam carving library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-03 13:40 UTC by Dmitry Marakasov
Modified: 2008-02-17 10:10 UTC (History)
0 users

See Also:


Attachments
liblqr-1-0.1.0-1.shar (5.45 KB, text/plain)
2008-02-03 13:40 UTC, Dmitry Marakasov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2008-02-03 13:40:01 UTC
This site is about a seam-carving C/C++ library called Liquid
Rescale.

It is a free, open source implementation of the algorithm described
in the paper [1] by Shai Avidan and Ariel Shamir.

It aims at resizing pictures non uniformly while preserving their
features, i.e. avoiding distortion of the important parts.

The API is intended to be powerful, yet fast and easy to use. It
supports saving and loading of the carving information, real-time
scaling, manual feature selection, customizable progress report and
more.

Included are full documentation (in docbook format) and examples.

[1] http://www.faculty.idc.ac.il/arik/imret.pdf

WWW: http://liblqr.wikidot.com/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-03 13:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-02-17 10:00:07 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-17 10:00:07 UTC
miwi        2008-02-17 09:59:56 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/liblqr-1    Makefile distinfo pkg-descr pkg-plist 
    graphics/liblqr-1/files patch-examples-Makefile 
  Log:
  This site is about a seam-carving C/C++ library called Liquid
  Rescale.
  
  The API is intended to be powerful, yet fast and easy to use. It
  supports saving and loading of the carving information, real-time
  scaling, manual feature selection, customizable progress report and
  more.
  
  WWW: http://liblqr.wikidot.com/
  
  PR:             ports/120237
  Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru>
  
  Revision  Changes    Path
  1.1130    +1 -0      ports/graphics/Makefile
  1.1       +71 -0     ports/graphics/liblqr-1/Makefile (new)
  1.1       +3 -0      ports/graphics/liblqr-1/distinfo (new)
  1.1       +33 -0     ports/graphics/liblqr-1/files/patch-examples-Makefile (new)
  1.1       +19 -0     ports/graphics/liblqr-1/pkg-descr (new)
  1.1       +16 -0     ports/graphics/liblqr-1/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"