Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Jpegcrop 2017

FUmFImn.png


Jpegcrop to lekkie i bezpłatne narzędzie nie wymagające instalacji na dysku twardym, służące do przycinania, kadrowania i obracania plików graficznych JPEG. Za pomocą tego programu graficznego, możemy wykonywać różne czynności na plikach JPEG, bez utraty ich jakości.

Użytkownicy mogą wykonywać różne transformacje na plikach graficznych, czyli obracać zdjęcie w dowolnym kierunki, a także je odwracać i przekształcać przycinając krawędzie> Nie zabrakło w nim wbudowanej funkcji, umożliwiającej wydrukowanie zmodyfikowanego pliku graficznego. Oprócz tego możemy stosować specjalny filtr (dodający efekt szarości), odcinać krawędzie, przybliżać i oddalać zdjęcia, a także zapisywać grafikę w formacie JPG.

Natomiast w opcjach konfiguracyjnych w programie, możemy ustawić odpowiednią metodę kodowania (Arythmetic lub Huffman), wspomagające przy bezstratnej kompresji plików graficznych. Jpegcrop może być uruchamiany bezpośrednio z nośnika danych USB.
źródło: instalki.pl

Release history
===============

2017:
- IJG JPEG 9c develop version code base.
2015, 2015.12:
- IJG JPEG 9b develop version code base.
2013.07, 2013.08, 2013.10-2013.12:
- IJG JPEG 9a develop version code base.
2013.06:
- Add approximate CMYK/YCCK display support.
2013.01, 2013.03-2013.05:
- IJG JPEG 9a develop version code base.
2013:
- IJG JPEG 9 release version code base.
- Arithmetic encoding is now default (adopted by IrfanView 4.35).
May change via Preferences.
2012, 2012.06, 2012.08:
- New IJG JPEG 9 develop version code base.
Support new IJG JPEG 9 reversible color transform feature
for improved RGB/lossless compression.
2011.09, 2011.10:
- Corrected MCU size setting for Grayscale SmartScale images.
- Library update 8d pre-release version:
Better support for RGB/lossless JPEG images.
2011.05:
- Show problematic JPEG files. Thank to Bob Friesenhahn for the hint.
2011:
- Minor improvement by library update 8c.
2010.01:
- New IJG JPEG 8 pre-release version code base.
New option "Save With Zoom" for "lossless" rescaling
of JPEG images.
2009.04:
- New IJG JPEG 7 pre-release version code base.
The load interface is already capable for the coming
v8 smartscale extension.
v8 development will start immediately after v7 release.
2008.08:
- Minor corrections and cosmetic changes.
Thanks for new program icons and images to Niko Lackovic.
2004.06:
- Minor improvements and optimizations.
2003.04:
- Right mouse button sets zoom level directly in zoom slider control.
2003.01:
- New zoom control providing 16 zoom levels from 12.5% (1/8) to 200%
(2/1) in 12.5% (1/8) increments. Corresponds to new "djpeg -scale
N/8" feature for ALL N=1...16 in "Zoom Reload" mode.
- "Zoom Reload" and "16-Bit Dither (FixPix)" are now ON by default.
May change via Preferences.
2002.03.12:
- Added 2:3 enlarged zoom view.
2002.03:
- Added 1:2 enlarged zoom view. Uses a new unique JPEG specific
upsampling algorithm in "Zoom Reload" mode which is both fast
and of highest quality.
2002.02.23:
- Jpegcrop now uses faster algorithms for downscale in "Zoom Reload"
mode. See
Zaloguj lub Zarejestruj się aby zobaczyć!
for more information.
2002.02:
- Added Progressive Coding and Grayscale Reduction options.
2002.01:
- Added "Zoom Reload" option in "Preferences": Causes the image to
reload for resampled zoom view using "djpeg -scale" option.
2001.05.13:
- "Define Frame Parameters" (right mouse button popup menu) extended
with direct crop specification. Allows exchange of crop parameters
via copy and paste with other applications such as cPicture.
2001.05.07:
- Added Zoom View option to support handling of large images.
2001.05:
- Added "Edit - Select All" menu command to reset selection.
2001.02:
- Preserve File Time option added. Default is on.
2001.01:
- Improved Exif operation. Avoid problem with the Fuji Exif Viewer.
Thanks to Sebastian Djupsjöbacka for the feedback.
See
Zaloguj lub Zarejestruj się aby zobaczyć!
for more information.
2K.07:
- It is now possible to overwrite the original file. Use with care!
Thanks to Michael Timler for the hint.
2K.06.10:
- 16-Bit Dither (FixPix) option added in "Preferences".
See
Zaloguj lub Zarejestruj się aby zobaczyć!
for explanation.
Thanks to Pierre Geneves for the suggestion.
2K.06:
- "Crop Mask" mode added.
Thanks to Harald Margraf for the suggestion.
2K.05:
- Lossless transformation (rotation, flipping, etc.) operations added.
2K.04:
- Option "Endpoint Snap" added:
While dragging the frame snap the endpoint on the block grid.
This is recommended and is therefore the default setting now.
It results in complete MCUs in the output image, which is
advantageous under certain conditions.
Thanks to Jim for the suggestion.
2K.01:
- Save and Load of Preferences added.
99.11:
- Added "Preferences" Feature: Allows selection of "Entropy Coding
Method" (Huffmann default/Huffman optimized) and "Marker Copy
Option" (None/Comments/All).
Thanks to Jann Traschewski for the suggestion.
99.07:
- Initial version.

Jpegcrop - lossless cropping and rotation of JPEG files
=======================================================

You simply select a frame in the displayed image and save it as new file
without recompression (see also right mouse popup menu).
The left and upper border of the cropped frame are automatically
restricted to the MCU boundaries (16*8 in most digicam pics, 16*16 or 8*8
otherwise) by the program in all selection processes, so you see directly
the effective crop area. This automatic adaption is actually the main
feature regarding the lossless cropping. The visible block margin grid
(toggle by menu/button) in the displayed image is also an important
feature in this regard.

In the status bar the actual selection coordinates are tracked, in the
same format as used with the commandline "jpegtran" utility
("-crop WxH+X+Y" : width, height, x-offset, y-offset).
The "Jpegcrop" program uses the original transformation support code of
the IJG software, with direct function calls.
(Note that the "Save Frame As" action will cause the file to be re-read
and processed in "jpegtran" manner which avoids the recompression.)

The source code of the program (MS VC++ 6.0 with MFC) is freely available
for download from the JPEGclub.org site.

Happy Jpeging,
Guido

Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry