Anzeigen der neuesten Beiträge
0 Mitglieder und 18 Gäste betrachten dieses Thema.
JPEGView 1.0.20.0 releasedBugs fixed:- Flag 'ReloadCurrent' used in user commands does no longer keep geometric parameters after reloading (zoom, pan, rotate)New features:- French translation- Korean translation- New INI file setting: DefaultSaveFormat to set the default format when saving images
2010-05-25 6.6.2-2 Anthony Thyssen <A.Thyssen@griffith...># Replaced '^' morphology kernel rotation with two varients '>' and '<'# Hopefully finally settled the kernel defintion of 'Skeleton' to correctly thin down ANY starting image, as symetrically as posible.# Spelling correction: Manhatten -> Manhattan2010-06-01 6.6.2-2 Glenn Randers-Pehrson <glennrp@image...># Properly scale color components of the PNG bKGD chunk.# Prevent MNG divide by zero in calculation of frame_timeout. Set both frame_delay and frame_timeout to infinite when ticks_per_second is zero, as required by the MNG spec.2010-05-31 6.6.2-2 Cristy <quetzlzacatenango@image...># Add x:silent option to prevent beeps when reading the X image format.# Recognize TTF for GetMagicInfo().# Ensure the +set option deletes the image artifact.
2010-06-06 6.6.2-3 Glenn Randers-Pehrson <glennrp@image...># Don't decode pixels in coders/png.c when image->ping is set.2010-06-06 6.6.2-3 Cristy <quetzlzacatenango@image...># Reset image filename when reading inline images.# Don't clamp floating point values for HDRI-enabled ImageMagick.
Latest Changes- Added UnSharp Mask filter in Sharpen category in filter list- Added Pencil Sketch and Dots Sketch filters in Sketch category in filter list- Added Group filter in Style category in filter list- Added Glow filter in Photo Enhancement category in filter list- Added Advanced Portrait Glow filter in Photo Enhancement category- Added a copy function in Crop tool. Now you can get the copy of picture in crop box using Copy command in Edit menu or Ctrl + C- Improved the User interface design- Improved the line tool to create straight line with shift key- Improved the canvas tab was selected by mouse right click- Changed the UI of gradation fill tool- Changed the UI of Crop tool- Improved Edit tool bar to has two icon lines for small size monitor like a netbook- Fixed a bug that align commands does not affect immediately- Fixed a bug occured when you canged the size of the image with a specific size- Fixed a bug that files were not saved original name itself in Batch Processing when you select original option in Format combobox- Fixed bugs that select and move tool was selected when you choose a deselect and select all commands through a shortcut- Fixed a bug that the tool options were not appeared in several situations- Fixed a bug that the locked objects were edited- Fixed bugs that the unwanted transparent noise was appeared in outside area of region selections from the background layer or first layer with using drawing tools- Fixed bugs that the region selection was not selected correctly in Lasso, Polygonal Lasso tool with softness options- Fixed bugs that program was crashed when you choose specific items in browse- Fixed potential bugs can occur in Gradation Fill tool- Fixed a bug that the selected color was not pusshed immediately in selected color palette- Fixed a bug that the Keep Aspect Ratio option in New Image Dialog was continued when change the Preset
2010-06-08 6.6.2-4 Cristy <quetzlzacatenango@image...># End of string sentinal is \n not \r.
8.9Released: 11 June 2010News and Updates * Prepared for Jalbum's future photo book service * New notification panel for non-intrusive, information messages * Linux version should now run on Open Java as well as Sun's Java * Better detection of circular folder references. Throws descriptive error instead of wasting all available RAM during album build * Developers: New SkinModel and SlideModel classes for skins that wish to decide on the data type mapping of variables and set defaults * Developers: JCustomPanel now prevents calls to saveUI when loading the UI. This makes it safe to use plain event listeners or Jalbum's new StateMonitor to synchronize component state and then call saveUI from there. * Developers: LinkFile objects print themselves more clearly * Developers: Jalbum's internal HttpConnection class can now upload files * Developers: Jalbum's SignInManager can now throw PropertyChangeEvents when signing in/out * Developers: Jalbum's FileFilters utility class can now generate JPEGs to RAM memory * Eight languages updated. Thank you dear translators!Bug fixes * Opening the file chooser on Windows while running Jalbum on Java 1.5 would fail * Fixes bug in relativePath calculation. The bug caused incorrect paths between folders with similar names ("res" and "restaurant" for instance) * Jalbum sometimes scaled images one pixel too small. Having a 2000x2000 bound could make Jalbum scale to 1999xsomething (rounding error). This one has been around since Jalbum 1.0 probably * Fixed bug in Jalbum's edit panel. The image being edited was left even when moving to the explore view or switching album project. Now the currently edited image is cleared when editing is done (We do a setAlbumObject(null), therefore check any image specific UI plugins that they can handle null as argument to setAlbumObject! * JAlbum's PropertySettingFilterWrapper class now compatible with Jalbum's XML serialization * Fixed bug in Jalbum's AlbumImage class when using files that haven't had their variables initialized * Fixed bug in reading text resources over a network (we were assuming local file system access) * Jalbum's classic Blur and Sharpen filters wouldn't handle images having other color models than RGB