Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
* changed round(); to myround(); and fixed Makefile.Solaris
* fixed qiv_display_text_window
* added patch by Joachim Kuebart: if images is < 5 and PgUp is pressed,
* mage_index might become negative..
* small patch that remove a warning with gcc 3.4
* qiv_display_text_window update (Push any key..) - its really cool! :-)
* cleaned up README, qiv-command.example, manpage..
* Fixed Help-Screen remove. Added qiv-command-stdout support, now "metacam"
(EXIF-Header) or other tools can be used within qiv and the output is shown
in a box in the pixture like the helpscreen.
* All arrow-keys = normal moving.
All arrow-keys+Shift = faster moving.
NumPad-arrow-keys+NumLock = faster moving.
* Added Xinerama patch by Jeff Dairiki
* fixed manpage (ignore_path_sort was wrong)
* Added patch by HaJo Schatz: "--disable_grab, -G" Disable pointer/kbd grab
in fullscreen mode for Remote-Display stuff.
|
|
|
|
to 'yes'. (In behalf of jlam@, who can't commit this ATM.)
|
|
|
|
a bitmap into a smooth, scalable image. The input is a bitmap (PBM,
PGM, PPM, or BMP), and the default output is one of several vector
file formats. A typical use is to create EPS files from scanned
data, such as company or university logos, handwritten notes, etc.
The resulting image is not "jaggy" like a bitmap, but smooth. It can
then be rendered at any resolution.
Potrace can currently produce the following output formats: EPS,
PostScript, SVG (scalable vector graphics), PGM (for easy
antialiasing of pixel-based images), and XFig. An experimental
Gimppath backend is also provided. Additional backends might be added
in the future.
A separate program, mkbitmap, is also provided. This program can act
as a pre-processor for potrace, applying scaling and various filters
to an image before converting it to a bitmap. This is useful for
potracing greyscale and color images.
|
|
Changes unknown.
|
|
|
|
Changes:
* Fixed bug #158682: Modified image auto-saved through confirmation
dialog loses EXIF data.
* Fixed bug #158253: Crash when parsing dir with UTF8(?) filenames
* Fixed bug #158174: Clicking cancel while thumbnail list is still
being extracted from camera crashes gthumb.
* Fixed Bug #156851: Crash on startup on 64-bit architectures,
and other 64-bit cleanliness issues.
* Fixed bug #156933: Patch to enable resizing of Import Photos dialog.
* Fixes bug #152542: Add F12 keybinding to the Revert action.
* Fixes bug #157761: Cannot resize the columns in the
"find duplicates" dialog of gthumb.
* Enhanced usability with non-loadable images, for example xcf images.
|
|
- Use GTK2.
- Allow palettes with unlimited number of entries.
- User specified coloring algorithms.
- Palette interpolation.
- Change over to using C++.
- Documentation changes
|
|
when the gd.so module is loaded into non-threaded base program
(Apache 1.x or CLI/CGI PHP). Avoid this by switching back to bundled
GD. XPM stays disabled.
Bump PKGREVISION
|
|
* The black channel offset was incorrectly computed when compositing causing
a seg-fault (bug report from Arfune).
* Under extremely rare conditions the GIF coder had a memory leak.
* Moved image list advancement to after the progress monitor call in
QuantizeImages() (bug report by Tim Hunter).
|
|
1.8.17nb3).
|
|
* Superscripts and subscripts capability
* -drawdump and -drawdumpa command line options
* New proc processdata actions
* A new SVG mouseover/javascript scheme
* Spaces and commas in data field names
|
|
|
|
|
|
- a completely rewritten and much more universal configure script.
see INSTALL for more information.
- new documentation format. It has been tested with several newer
browsers, Netscape 4.x will not work well unless you disable style
sheets.
Note some of the png images do not display correctly in some newer
versions of Konqueror. This is a bug in Konqueror. A possible
workaround would be to process all png images through the NetPBM
tools:
pngtopnm image_old.png | pnmtopng > image.png
- new default locations for the configuration files (povray.ini and
povray.conf). See chapter 1 of the documentation for details.
- a new io-restrictions configuration file format. The new format is
not compatible to 3.5 but due to the changed file locations this
does not prevent parallel use of POV-Ray 3.5 and 3.6.
- sample scene render scripts. See section 1.3.6 of the docs for
instructions how to use them.
- a benchmark rendering mode: see section 1.6.2 of the docs.
- KDE integration (file types and panel icons) If someone here is
familiar with doing the same kind of thing in GNOME this would be
helpful.
- various internal changes not directly visible to the user.
|
|
|
|
Partial fix for PR pkg/28342.
|
|
Partial fix for PR pkg/28342.
|
|
Partial fix for PR pkg/28342.
|
|
binary will be the same (all options turned on by default), currently
there are two options: python gnome.
If you want to disable them, use PKG_OPTIONS.dia=-python -gnome
|
|
in PR pkg/28330.
|
|
|
|
USE_GCC_SHLIBS setting.
|
|
* Bug-fixes and improvemens [as usually]
|
|
New license: LGPL/MPL
---------------------
The most significant news with this release is that the license of
cairo has changed. It is now dual-licensed under the LGPL and the
MPL. For details see the COPYING file as well as COPYING-LGPL-2.1 and
COPYING-MPL-1.1.
I express my thanks to everyone involved in the license change process
for their patience and support!
New font and glyph internals
----------------------------
Graydon Hoare has put a tremendous amount of work into new internals
for handling fonts and glyphs, including caches where appropriate.
This work has no impact on the user-level API, but should result in
great performance improvements for applications using text.
New test suite
--------------
This snapshot of cairo includes a (small) test suite in
cairo/test. The tests can be run with "make check". The test suite was
designed to make it very easy to add new tests, and we hope to see
many contributions here. As you find bugs, please try adding a minimal
test case to the suite, and submit it with the bug report to the
cairo@cairographics.org mailing list. This will make it much easier
for us to track progress in fixing bugs.
New name for glitz backend
--------------------------
The gl backend has now been renamed to the glitz backend. This means
that the following names have changed:
CAIRO_HAS_GL_SURFACE -> CAIRO_HAS_GLITZ_SURFACE
cairo_set_target_gl -> cairo_set_target_glitz
cairo_gl_surface_create -> cairo_glitz_surface_create
This change obviously breaks backwards compatibility for applications
using the old gl backend.
Up-to-date with latest glitz snapshots
--------------------------------------
This snapshot of cairo is now up to date with the latest glitz
snapshot, (currently 0.2.3). We know that the latest cairo and glitz
snapshots have been incompatible for a very long time. We've finally
fixed that now and we're determined to not let that happen again.
Revert some tessellation regression bugs
Miscellaneous changes
---------------------
Changed CAIRO_FILTER_DEFAULT to CAIRO_FILTER_BEST to make gradients
easier.
Track XCB API change regarding iterators.
Various bug fixes
-----------------
Fix calculation of required number of vertices for pen.
Fix to avoid zero-dimensioned pixmaps.
Fix broken sort of pen vertices.
Fix bug when cairo_show_text called with a NULL string.
Fix clipping bugs.
Fix bug in computing image length with XCB.
Fix infinite loop bug in cairo_arc.
Fix memory management interactions with libpixman.
|
|
New functionality
-----------------
Added three new functions:
pixman_image_set_component_alpha
pixman_format_get_masks
pixman_image_get_format
Bug fixes
---------
Enabling both transform and repeat simultaneously now works.
Some byte-order fixes.
Clipping fixes: pixman now takes a copy of the client clipping region
client clipping is now actually used, it wasn't earlier.
|
|
include a revamped graphics engine and tons of bug fixes. Closes PR
pkg/28107 by Francois Briere, thanks!
|
|
|
|
former) for applications that are known to require C++.
|
|
|
|
|
|
|
|
|
|
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
|
|
|
|
|
|
Bruce J.A. Nourish.
simage is a library with image format loaders and front-ends to common
import libraries. simage is meant for use with applications which
read image files as textures.
|
|
at runtime without at segfault. Fixes crashes reported in PR pkg/27058.
|
|
|
|
* Now gtk_widget_get_gl_context() doesn't use gtk_quit_add_destroy().
gtk_quit_add_destroy() cause a problem with recursive main loop.
OpenGL-capable widget is not destroyed automatically on quit.
* Removed deprecated functions in GTK+-2.3 from example programs.
gtk_timeout_add()/remove() and gtk_idle_add()/remove() are deprecated
in GTK+-2.3. Now g_timeout_add() and g_idle_add_full() are used.
Changes 1.0.5:
* Fixed to reduce flickering on resizing OpenGL window.
* Examples have been rewritten to use gdk_window_invalidate_rect()
and gdk_window_process_updates() instead of gtk_widget_queue_draw().
Animated OpenGL scene is updated synchronously and immediately.
Changes 1.0.4:
* Added new libglade examples.
* Added new coolwave2.c fullscreen GL application example.
* Minor fix of gtk_widget_set_gl_capability() ("realize" signal connection).
* Use new function call debug macros.
Changes 1.0.3:
* Added simple GLX_SGIX_pbuffer example.
* Fixed a private header bug in gdk/x11/gdkglx.h and
gdk/win32/gdkglwin32.h.
* Fixed win32 GLPixmap code that causes GDI error with the latest
CVS version of GTK+ (>2.2.2).
* gdkgloverlay-x11.c has been rewritten. New code doesn't use
XSGIFastInternAtom(), so --disable-sgi-fast-atoms configure
option is no longer needed.
|
|
* Corrects a problem which prevented compiling with older versions of
freetype2
|
|
|
|
* Added Hungarian translation
* Bug-fixes
|
|
* New backends: niash.
* Updated backends: agfafocus, artec_eplus48u.c, avision, canon, canon_pp,
coolscan, dll, epson, fujitsu, gt68xx, hp, hp5400, leo, microtek2, mustek,
mustek_pp, net, pie, plustek, plustek_pp, snapscan, sp15c, tamarack, teco2,
umax, umax_pp, u12, v4l.
* Portability fixes (especially for MacOS X, NetBSD, OS/2, 64 bit platforms).
* sane-find-scanner detects more chipsets now.
* Added Finnish translation. Updated other translations.
* Several saned fixes.
* Build system updates.
* Documentation updates.
* Bugfixes.
|
|
|
|
|
|
Sharpening images with traditional methods increases the amount of
noise in the image. This script implements a method to sharpen images
described by Joern Loviscach in the german computer magazine c't,
22/1999.
Basically it "squeezes" unsharp edges. This method is a simplified
Version of an algorithm by Nur Arad and Craig Gotsman: "Enhancement by
Image-Dependent Warping", IEEE Transactions on Image Processing, 1999,
Vol. 8, No. 8, S. 1063.
|
|
before adding new ones??!
|
|
|