summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2011-10-16Changes 1.8.0:adam5-223/+243
* Various extensions to Local Minima and Maxima (3D algorithms, on-the-fly thresholding). * Added vigra::BucketQueue, vigra::MappedBucketQueue. * Refactored and extended 2D watershed algorithms (especially watershedsRegionGrowing()). * Added the vigra::Quaternion class. * Added Unsupervised Decomposition. * Added mathematical functions (even(), odd(), gamma(), loggamma(), legendre(), besselJ(), besselY(), linearSequence(), indexSort(), inversePermutation(), applyPermutation(), checksum()) * Implemented wrapper of the FFTW library to support arbitrary dimensional Fourier transforms (see fourierTransform() and vigra::FFTWPlan) and FFT-based convolution (see convolveFFT() and vigra::FFTWConvolvePlan) and refactored vigra::FFTWComplex. * Added cannyEdgelListThreshold(), cannyEdgelList3x3Threshold(). * Added capability to handle subarrays and anisotropic resolution to separableConvolveMultiArray() and related Gaussian filters. Added windowRatio parameters to vigra::Kernel1D::initGaussian() and vigra::Kernel1D::initGaussianDerivative() * Added vigra::StridedScanOrderIterator and corresponding vigra::MultiArrayView::begin(). * Extended vigra::MultiArrayView. Added vigra::Shape1 ... vigra::Shape5 convenience typedefs. * Implemented vigra::multi_math (arithmetic and algebraic functions for multi-dimensional arrays). * Extended the vigra::HDF5File class. * Improved and documented the Timing macros for runtime measurements. * Added support for the OpenEXR image format and multi-page TIFF. Improved support for the SIF format. * vigranumpy: added axistags and completly re-implemented VigraArray and the conversion between Python and C++ arrays in terms of axistags. * Minor improvements and bug fixes in the code and documentation.
2011-10-14Changes 1.7.20:adam3-23/+20
* Removed the call to png_read_transform_info() when the system libpng is being used, so it can be built with a system libpng. Changes 1.7.19: * pngcrush-1.7.18 failed to read interlaced PNGs. Reverted the change from calling png_read_transform_info() to png_read_update_info(). Since png_read_transform_info() is not exported we again cannot build with the system libpng15. Changes 1.7.18: * This version will work with either a "system" libpng14 or libpng15, or with the embedded libpng15. The deprecated usage of libpng png_struct members and unexported functions has been removed. * Revised the format of the time report (all on one line so you can get a nice compact report by piping the output to "grep coding").
2011-10-13Fix build on SunOS.hans2-1/+14
2011-10-12Update ruby-rcairo to 1.10.1.obache2-7/+6
Release 1.10.1 (2011-10-12) Kouhei Sutou <kou@cozmixng.org>) ============================================================ Features -------- * Accepted Cairo::EXTEND_PAD as extend value. * Suppressed a warning. [Stefan Salewski] * Bound CAIRO_SURFACE_TYPE_XLIB and CAIRO_SURFACE_TYPE_XCB. * Supported cairo 1.10.2. * Fixed recording surface test. #4 [Mamoru Tasaka] * AcceptedCairo::OPERATOR_HSL_LUMINDSITY as operator value. #6 [Matt Bramlage] * Suppressed warnings on Windows. [Nikolai Weibull] * Added --without-vendor-override options to extconf.rb. [Nikolai Weibull]
2011-10-11switch places with university of tokai, since washington requires epsv4 to ā†µzafer1-3/+3
be off to download.
2011-10-11Changes 0.22:adam3-8/+8
* Exiv2 utility - Fixed time setting of -T option when DST is in effect. - Added version hex number to the output of "exiv2 -V". * Exiv2 library - Exif version 2.3 missing tag codes. - Tamron 18-270mm lens. - Exif 2.3 & DNG 1.2/1.3 tags. - Some tests depend on system settings (locale, path, etc). - Sort iptc data by record number when encoding. - New Tamron 70-300 mm lens improperly recognized. - "Assertion `sv == d' failed" in 0.21.1 (r2474). - Build failure on MinGW with GCC >= 4.6 because of "-no-undefined". - Debug messages of psdimages.cpp go to stdout instead of stderr. - PSD resource block handling patch II. - Setting metadata on an image should always succeed. - Exiv2 fails to write to JPEG with an empty APP13 Photoshop PS3 segment. - Wrong ELSE statement in src/CMakeLists.txt. - On Windows (MSVC and MinGW builds), charset conversions now use respective Windows functions if iconv is not available. - Support for Encapsulated PostScript (*.eps) files. - The exiv2 library should be re-entrant. - Fixed typo: SupplementalCategory -> SupplementalCategories. - Added Tokina AT-X 107 AF DX Fish-eye 10-17mm f/3.5-4.5 lens.
2011-10-10Update silgraphite{,-ft,-xft} to 2.3.1.minskim6-18/+18
Mostly bug fixes.
2011-10-07Revision dump after devel/hdf5 update.alnsn1-2/+2
2011-10-06Add --without-octave to CONFIGURE_ARGS. This fixes a failure with upcomingalnsn1-1/+2
update of devel/hdf5.
2011-10-06Update to 0.9.2ryoon8-100/+1363
Changelog: 2011-09-27 Release 0.9.2: * Score Checking o Performed automatically before printing (optional) o Under/Overfull measures o Unterminated tuplets o Miss-matched slurs. * Pitch Spelling o Performed live on MIDI entry o Colors intervals that may be enharmonic spelling mistakes with a di fferent timbre * Enter Accidental before or after note o Use enter accidental to avoid sounding spurious notes on entry. o Change a note to one of its enharmonic variants. Same absolute pitc h (in Equal Temperament). o Change the duration of single notes in a chord to create single-voi ce polyphony * Vertical Rest Positioning (for polyphony) * Grace Notes that come after rather than before the main note. * Improved display of under/overfull measures * Display shows if there are measures before/after those on screen and provi des buttons to navigate * Better beaming control. * Arbitrary Dynamics text. * New Denemo fonts o Denemo's own font now uses standard unicode font symbols o LilyPond font accessible to scripts o Improved display of entered music, help texts etc. o Simpler scripting to display any LilyPond feature. * Thumbnails for .denemo files in file open dialog and for your Window Manager o Thumbnail shows a selection of your choice as finally typeset. o Default thumbnail is first three measures * Import images of scores for transcription o Scores captured bar-by-bar into Denemo, displayed directly underneath the bar they relate to. o Editorial decisions/errors can easily be checked But Linux only. * Bug Fixes o Vertical scrolling (a long-standing bug fixed at last) o Bookmark searching o Nested tuplet display o Redo crashes * Notes: o As yet no windows binary is available o Playback out of priority thread is not in this release. o The manual does not have the latest list of scheme commands available.
2011-10-06Update py-nwdiag to 0.4.2.obache3-8/+11
History ======= 0.4.2 (2011-09-30) ------------------ * Add diagram attributes: default_text_color * Fix bugs 0.4.1 (2011-09-26) ------------------ * Add diagram attributes: default_node_color, default_group_color and default_line_color * Fix bugs
2011-10-06Update py-actdiag to 0.1.8.obache2-6/+6
History ======= 0.1.8 (2011-09-30) ------------------ * Add diagram attribute: default_text_color
2011-10-06Update py-seqdiag to 0.4.1.obache2-7/+7
History ======= 0.4.1 (2011-09-30) ------------------ * Add diagram attribute: default_text_color * Add node attribte: textcolor * Fix bugs 0.4.0 (2011-09-26) ------------------ * Add diagram attributes: default_node_color, default_group_color and default_line_color
2011-10-06Update py-blockdiag to 0.9.2.obache3-7/+15
HIstory ======= 0.9.2 (2011-09-30) ------------------ * Add node attribute: textcolor * Add group attribute: textcolor * Add edge attribute: textcolor * Add diagram attributes: default_text_attribute * Fix beginpoint shape and endpoint shape were reversed * Fix bugs 0.9.1 (2011-09-26) ------------------ * Add diagram attributes: default_node_color, default_group_color and default_line_color * Fix bugs 0.9.0 (2011-09-25) ------------------ * Add icon attribute to node * Make transparency to background of PNG images * Fix bugs
2011-10-05Fix typo to make this build again on SunOS.hans2-3/+14
2011-10-05Remove .gz from man page in PLIST.ryoon1-2/+2
2011-10-05Update to 11.10ryoon7-84/+50
Changelog: 2011.10.01 v.11.10 + New function: classic gamma curve edit for brightness and individual RGB colors. Applicable to the whole image or a selected object/area. + Printing was revised to work better with recent changes in HPLIP that made printing on small paper sizes more difficult. The paper size must be specified in the Printer Properties dialog (printer admin function) and not in the application program - otherwise the print fails with a "paper mismatch" error. This changed between Ubuntu 10.10 and 11.04. + New function: convert "tetragon" image into a rectangle. Useful for gallery paintings photographed from the side to avoid reflections, buildings photographed at an angle, etc. + At startup, check for new files, advise if synchronization is needed. + New option: warn if overwriting original (non-versioned) image file. + Slide Show: stop strange behavior when multiple monitors are used. + Slide Show: option to show only the most recent version of each image. + Slide Show: use spacebar to pause and resume slide show. + Pixel Edit: transparency adjustment steps were made finer. + Code cleanup for new compiler warnings from GCC 4.6 (Ubuntu 11.10). 2011.09.26 v.11.09.1 + Bufgix: crash in Slide Show if the last transition type (jaws) is not included in the user preferences. 2011.09.01 v.11.09 + Print Image File now has margin inputs and tiny margins also work. + The Portuguese translation was brought up to date. + Minor source code changes were made for better BSD compatibility. + Show RGB: labels on monitored image points were made optional. + Gallery: larger font for file names is used when thumbnails are large. + Edit Captions and Edit User Comments were combined into one function. + File Open will discard a preceding search result or named collection, and the user is notified and may proceed or cancel. + File > Open (menu and toolbar) can now be used to open a single RAW file (as tiff-16). A batch conversion function is also available. + CPU load monitor on status bar now includes spawned subprocesses. + Smart Erase: improved algorithm gives better results in some cases. + Panorama: image overlap requirement was relaxed. + Bugfix: Flatten: fix uneven conversion of pixels with max. brightness. + Bugfix: crash if Tools > Add Menu is started and then canceled. + Bugfix: minor memory leak. 2011.08.01 v.11.08 + An Italian user guide has been added. + New function DRGB: change brightness and color balance using OD units. + Revise_RGB: added delta mode (show +/- changes from original image). + Show RGB: added EV and OD units, delta mode, and pixel labels on image. + Slide Show: two image transitions were added, "radar" and "jaws". + Slide Show: preferred transition modes can be selected and remembered. + Delete Area was renamed to Unselect Area (to reduce ambiguity). + F1 help topic is now determined by the last dialog opened OR USED. + Bugfix: disable a select-area if Undo/Redo changes the image size. + Bugfix: Create Blank Image got leftover EXIF data from a prior image. + Bugfix: buffer overflow crash in Russian locale. Several other risky places from long translation strings were identified and fixed. + Bug workaround: crash from GCC 4.5 optimization removing necessary code. Do-nothing variable references were added to prevent this. + Annoyance fix: rapid repetition of prev/next buttons or arrow keys was sometimes causing a "function still active" popup message. + Current bug: On Ubuntu 11.04 Fotoxx refuses to print with small paper formats (A5, A6). Ubuntu 10.10 works OK. I cannot fix this.
2011-10-04Changes 1.7.17:adam2-6/+6
* Changed "#if !defined(PNG_NO_STDIO)" to "#ifdef PNG_STDIO_SUPPORTED" as recommended in the libpng documentation. * Added PNG_UINT_32_NAME macro and used it to simplify chunk_type integer definitions.
2011-10-03Update to 0.37ryoon2-6/+6
Changelog: Gource 0.37 has been released, fixing a few bugs with timestamps and directory deletion. Changes since 0.35: * Fixed SVN log GMT timestamp conversion. * Fixed issue with sub-dirs of deleted dir not being removed in some cases.
2011-10-03Changes 2.9.18:adam5-112/+11
* Added Thoby projection which models the Nikkor 10.5 lens. * Minor fixes for libpng-1.5, GNU Hurd, libtool 2.4, and powerpc command-line.
2011-10-03fix broken bulk builddholland2-5/+5
2011-10-03Fix conflict with POSIX getline; fix LP64 issues found by gcc.dholland3-1/+63
2011-10-03Add USE_TOOLS+=perl:run so REPLACE_PERL works. PKGREVISION -> 3.dholland1-2/+3
2011-10-03USE_TOOLS+=perl:run. REPLACE_PERL doesn't accomplish much otherwise. Thisdholland1-2/+3
adds a dep on perl, so PKGREVISION -> 6.
2011-09-28Update to 1.5.5 to fix CVE-2011-3328, requested by tron.wiz2-6/+7
Version 1.5.5beta01 [July 13, 2011] Fixed some typos and made other minor changes in the manual. Updated contrib/pngminus/makefile.std (Samuli Souminen) Version 1.5.5beta02 [July 14, 2011] Revised Makefile.am and Makefile.in to look in the right directory for pnglibconf.h.prebuilt Version 1.5.5beta03 [July 27, 2011] Enabled compilation with g++ compiler. This compiler does not recognize the file extension, so it always compiles with C++ rules. Made minor changes to pngrutil.c to cast results where C++ expects it but C does not. Minor editing of libpng.3 and libpng-manual.txt. Version 1.5.5beta04 [July 29, 2011] Revised CMakeLists.txt (Clifford Yapp) Updated commentary about the png_rgb_to_gray() default coefficients in the manual and in pngrtran.c Version 1.5.5beta05 [August 17, 2011] Prevent unexpected API exports from non-libpng DLLs on Windows. The "_DLL" is removed from the test of whether a DLL is being built (this erroneously caused the libpng APIs to be marked as DLL exports in static builds under Microsoft Visual Studio). Almost all of the libpng building configuration is moved from pngconf.h to pngpriv.h, but PNG_DLL_EXPORT remains in pngconf.h, though, so that it is colocated with the import definition (it is no longer used anywhere in the installed headers). The VStudio project definitions have been cleaned up: "_USRDLL" has been removed from the static library builds (this was incorrect), and PNG_USE_DLL has been added to pngvalid to test the functionality (pngtest does not supply it, deliberately). The spurious "_EXPORTS" has been removed from the libpng build (all these errors were a result of copy/paste between project configurations.) Added new types and internal functions for CIE RGB end point handling to pngpriv.h (functions yet to be implemented). Version 1.5.5beta06 [August 26, 2011] Ensure the CMAKE_LIBRARY_OUTPUT_DIRECTORY is set in CMakeLists.txt (Clifford Yap) Fixes to rgb_to_gray and cHRM XYZ APIs (John Bowler): The rgb_to_gray code had errors when combined with gamma correction. Some pixels were treated as true grey when they weren't and such pixels and true grey ones were not gamma corrected (the original value of the red component was used instead). APIs to get and set cHRM using color space end points have been added and the rgb_to_gray code that defaults based on cHRM, and the divide-by-zero bug in png_handle_cHRM (CERT VU#477046, CVE-2011-3328, introduced in 1.5.4) have been corrected. A considerable number of tests has been added to pngvalid for the rgb_to_gray transform. Arithmetic errors in rgb_to_gray whereby the calculated gray value was truncated to the bit depth rather than rounded have been fixed except in the 8-bit non-gamma-corrected case (where consistency seems more important than correctness.) The code still has considerable inaccuracies in the 8-bit case because 8-bit linear arithmetic is used. Version 1.5.5beta07 [September 7, 2011] Added "$(ARCH)" option to makefile.darwin Added SunOS support to configure.ac and Makefile.am Changed png_chunk_benign_error() to png_warning() in png.c, in png_XYZ_from_xy_checked(). Version 1.5.5beta08 [September 10, 2011] Fixed 64-bit compilation errors (gcc). The errors fixed relate to conditions where types that are 32 bits in the GCC 32-bit world (uLong and png_size_t) become 64 bits in the 64-bit world. This produces potential truncation errors that the compiler correctly flags. Relocated new HAVE_SOLARIS_LD definition in configure.ac Constant changes for 64-bit compatibility (removal of L suffixes). The 16-bit cases still use "L" as we don't have a 16-bit test system. Version 1.5.5rc01 [September 17, 2011] Removed "L" suffixes from constants in pngpriv.h Version 1.5.5 [September 22, 2011] No changes.
2011-09-25Help finding glibmm's docutilsjoerg1-1/+3
2011-09-25Add workaround for fix build on NetBSD 5.99.55.ryoon3-5/+14
It seems behaviout of flex 2.5.35 had been changed from flex 2.5.4. Tested on NetBSD/i386 5.99.55, NetBSD/i386 5.1, and DragonFly/i386 2.10.1.
2011-09-24Fix curl/types.h falloutjoerg2-1/+14
2011-09-22Fix clang build failure.shattered2-6/+15
2011-09-21Move RUBY_VERSION_SUPPORTED=18 restriction to each Makefile fromtaca5-7/+10
graphics/ruby-clutter/Makefile.common, making it really work. A short discussion with joerg@. Thanks Joerg.
2011-09-20Fix build on case insensitive filesystem.ryoon1-1/+3
2011-09-15Update ruby-chunky_png package to 1.2.4.taca3-7/+9
* Added Canvas.from_data_url to import an canvas from a PNG data URL.
2011-09-14Fix build on SunOS.hans4-4/+24
2011-09-14Update ruby-chunky_png package to 1.2.3.taca3-7/+9
* Added data URL exporting. * A few bug fixes.
2011-09-12Update to 1.10, set LICENSE.wiz3-7/+9
August 19, 2011: Release 1.10 A DXF backend was added. The output is in the drawing interchange format used by computer aided design software. Thanks to Jonas Benedett Dorr for testing. The Gimppath backend was changed to be compatible with current versions of Gimp. The EPS, PDF, and SVG backends now use high-resolution bounding boxes. The default scaling of the EPS, PDF, and SVG backends is now fixed at 72dpi. A new option --flat was added to the SVG backend. A new option --tight was added to remove whitespace around the input image before calculating its scaling and placement. December 21, 2010: Release 1.9 The xfig and eps backends were improved, and a fixed pagesize PDF backend was added. Support for BMP version 4 and version 5 files, as well as top-down BMP files, was added. Minor speed improvements to Potrace and major speed improvements to mkbitmap. A Gaussian blur option was added to mkbitmap. Libtool is now used to build and optionally install the Potrace library. An optional simplified progress bar was added for dumb terminals. This release also contains some portability improvements, cross-compilation improvements, and minor bug fixes.
2011-09-12update to 0.11.1drochner6-95/+30
changes: -Tags can now be organized into hierarchical trees -Paired RAW + JPEG images are treated as a single photo when imported from a camera -Select different developers for RAW photos: use the development produced by Shotwell or by your camera -Shotwell now uses GSettings instead of GConf to store its configuration information -"Hide Photos Already Imported" setting persists between imports -Several all-new saved search options -JPEG mimics of RAW images are no longer stored in your home directory, and are now created on demand -Shotwell now supports Windows Bitmap (.bmp) images
2011-09-12update to 0.13.8drochner2-6/+6
changes: -Imported dcraw 9.10 (1.444) -Bugfix: green matching is turned off if output image is shrinked due to wavelet filtering or aberration correction
2011-09-12update to 2.34.1drochner2-8/+7
This switches to the latest release branch.
2011-09-12I'm apparently the last living gqview user, so take MAINTAINERshipdrochner2-4/+4
2011-09-09Add missing libs on Solaris.gdt1-1/+7
From Jörn Clausen in PR pkg/45351.
2011-09-09Fix building on Darwinadam1-2/+12
2011-09-09Include ../../sysutils/desktop-file-utils/desktopdb.mk per pkglint.wiz2-2/+4
2011-09-09Drop maintainership; this is obsolete, I no longer use it, and Igdt1-2/+2
would recommend to anyone wanting to use it to use geeqie instead.
2011-09-09Note that gqview is obsolete.gdt2-2/+3
2011-09-09On Solaris, add libraries needed for link.gdt1-1/+3
Patch from PR pkg/45336 by Jörn Clausen. No revbump because behavior only changes on SunOS and there it previously did not build.
2011-09-09Note that GQview is obsolete and point to geeqie.gdt2-2/+4
2011-09-08Remote const-discarding accessor as done for py-matplotlib itself.joerg4-2/+32
2011-09-08Fix compilation with clang by removing const-violating accessor.joerg2-1/+16
2011-09-06split giflib into 2 pkgs: one for the lib, one for cmd line utilsdrochner8-87/+282
2011-09-04* Add a patch for CVE-2008-4935, based on Debian's fix, adjust mktemp(1)obache5-3/+86
behavior differ between OpenBSD orign and FreeBSD one. * Add some missing includion of header files. * LICENSE=gnu-gpl-v2 Bump PKGREVISION.