|
|
@3622
|
13 years |
Sam Hocevar |
Do not bail out if only GDI+ is found.
|
|
|
@3611
|
13 years |
Sam Hocevar |
Allow makemovie to build on Win32 using our ffmpeg binaries.
|
|
|
@3610
|
13 years |
Sam Hocevar |
Add Win32 ffmpeg binaries for easier builds.
|
|
|
@3597
|
14 years |
Sam Hocevar |
Do not touch the alpha layer in pipi_contrast().
|
|
|
@3591
|
14 years |
Sam Hocevar |
Fix the FFmpeg libraries detection.
|
|
|
@3589
|
14 years |
Sam Hocevar |
Fix build without CGAL.
|
|
|
@3564
|
14 years |
Sam Hocevar |
That optimisation sucked. Reverted median filter to something that …
|
|
|
@3563
|
14 years |
Sam Hocevar |
Improve the median filter performance.
|
|
|
@3562
|
14 years |
Sam Hocevar |
Update the Win32 solution for Visual Studio 2008.
|
|
|
@3561
|
14 years |
Sam Hocevar |
Add a .desktop file for The Pimp.
|
|
|
@3560
|
14 years |
Sam Hocevar |
Add missing blit.c to repository.
|
|
|
@3548
|
14 years |
Sam Hocevar |
Don't force MJPEG in makemovie. Other codecs work just fine.
|
|
|
@3547
|
14 years |
Sam Hocevar |
Implement pipi_blit().
|
|
|
@3546
|
14 years |
Sam Hocevar |
Implement pipi_rotate(). Currently nearest-neighbour only, supersample …
|
|
|
@3545
|
14 years |
Sam Hocevar |
Fix the pipi_merge() semantics so that it matches Gimp’s, and don’t …
|
|
|
@3544
|
14 years |
Sam Hocevar |
Do not touch alpha values when modifying brightness or contrast.
|
|
|
@3543
|
14 years |
Sam Hocevar |
Look for uninstalled ffmpeg binaries before the system-wide ones.
|
|
|
@3540
|
14 years |
Sam Hocevar |
img2twit: reinstate old interpolation tuning for final picture quality.
|
|
|
@3539
|
14 years |
Sam Hocevar |
img2twit: remove contrast enhancement.
|
|
|
@3538
|
14 years |
Sam Hocevar |
Make img2twit's points-per-cell value changeable at runtime.
|
|
|
@3537
|
14 years |
Sam Hocevar |
img2twit: prevent two points from having the same coordinates, since …
|
|
|
@3536
|
14 years |
Sam Hocevar |
Optimise img2twit's cell packing even more, gaining around 60 bits.
|
|
|
@3535
|
14 years |
Sam Hocevar |
Beginning of the optim…
|
|
|
@3534
|
14 years |
Sam Hocevar |
Add -Wextra to the list of compilation warnings. We're no longer …
|
|
|
@3533
|
14 years |
Sam Hocevar |
img2twit: change the position of the S component to help decompose …
|
|
|
@3532
|
14 years |
Sam Hocevar |
Another img2twit space optimisation: if we have remaining bits at the …
|
|
|
@3531
|
14 years |
Sam Hocevar |
img2twit: store w+1,h+1 instead of w,h since neither width nor height …
|
|
|
@3530
|
14 years |
Sam Hocevar |
Minor cleanup in img2twit.
|
|
|
@3529
|
14 years |
Sam Hocevar |
Fix img2twit's rendering. Apparently CGAL's Delaunay triangulation …
|
|
|
@3528
|
14 years |
Sam Hocevar |
Increase img2twit's output contrast when rendering the final image.
|
|
|
@3527
|
14 years |
Sam Hocevar |
Autodetect message size in img2twit.
|
|
|
@3526
|
14 years |
Sam Hocevar |
Add multiple charsets support to img2twit, and autodetect charset when …
|
|
|
@3525
|
14 years |
Sam Hocevar |
Allow for non-integer quality values in img2twit.
|
|
|
@3524
|
14 years |
Sam Hocevar |
Fix a bug in img2twit's cell allocation.
|
|
|
@3523
|
14 years |
Sam Hocevar |
Make img2twit message length configurable at runtime, improve the …
|
|
|
@3522
|
14 years |
Sam Hocevar |
Make img2twit more configurable: iterations per second and debug mode …
|
|
|
@3521
|
14 years |
Sam Hocevar |
Add proper Unicode handling to img2twit. This includes an UTF-8 …
|
|
|
@3520
|
14 years |
Sam Hocevar |
Tremendously improve img2twit.cpp: only compute the new error around …
|
|
|
@3519
|
14 years |
Sam Hocevar |
Add C++ warnings to the build process.
|
|
|
@3518
|
14 years |
Sam Hocevar |
First attempt at a super-compressor for the purpose of sending images …
|
|
|
@3517
|
14 years |
Sam Hocevar |
pipi_measure_msd(): fix this function so that it works with colour …
|
|
|
@3516
|
14 years |
Sam Hocevar |
Fix the FFmpeg headers location in example programs.
|
|
|
@3515
|
14 years |
Sam Hocevar |
Look for the awesome CGAL library at configure stage.
|
|
|
@3422
|
14 years |
Sam Hocevar |
Update ignore properties.
|
|
|
@3421
|
14 years |
Sam Hocevar |
Synchronise Visual Studio projects with the current code.
|
|
|
@3420
|
14 years |
Sam Hocevar |
Add missing M_PI definition in wave.c for Win32 compilation.
|
|
|
@3419
|
14 years |
Sam Hocevar |
Make sure that the gdiplus codec initialises GdiPlus? before any …
|
|
|
@3418
|
14 years |
Sam Hocevar |
wave.c: implement pipi_wave() in addition to pipi_sine(). The effect …
|
|
|
@3417
|
14 years |
Sam Hocevar |
context.c: factor some code to gain 180 lines of code.
|
|
|
@3416
|
14 years |
Sam Hocevar |
wave.c: rename pipi_wave() into pipi_sine().
|
|
|
@3415
|
14 years |
Sam Hocevar |
resize.c: add pipi_crop() and the --crop flag.
|
|
|
@3414
|
14 years |
Sam Hocevar |
jpeg.c: fix a huge resource leak in the error codepath of the JPEG codec.
|
|
|
@3413
|
14 years |
Sam Hocevar |
makemovie: new example program; this utility reads a list of images …
|
|
|
@3411
|
14 years |
Sam Hocevar |
mean.c: rename this file into merge.c and implement pipi_merge() for …
|
|
|
@3410
|
14 years |
Sam Hocevar |
wave.c: change the wave arguments. The format is now eg. …
|
|
|
@3409
|
14 years |
Sam Hocevar |
histogram.c: fix a shadowing declaration.
|
|
|
@3403
|
14 years |
Sam Hocevar |
wave.c: better behaviour around image edges.
|
|
|
@3402
|
14 years |
Sam Hocevar |
Fix a very old crash in the box blur filter that occurred when the …
|
|
|
@3401
|
14 years |
Sam Hocevar |
Fix a crash in the JPEG loader when meeting with ENOENT.
|
|
|
@3400
|
14 years |
Sam Hocevar |
storyboard.c: fix compilation with optimisations disabled.
|
|
|
@3399
|
14 years |
Sam Hocevar |
Properly handle alpha components in the convolution code.
|
|
|
@3398
|
14 years |
Sam Hocevar |
Properly handle alpha components in the resize code.
|
|
|
@3397
|
14 years |
Sam Hocevar |
Add a wave filter for crappy sine effects.
|
|
|
@3352
|
14 years |
Sam Hocevar |
storyboard.c: add decorations around thumbnails
|
|
|
@3351
|
14 years |
Sam Hocevar |
storyboard.c:
- generate smaller thumbnail mosaics
- process more …
|
|
|
@3350
|
14 years |
Sam Hocevar |
imlib.c: fix support for alpha channel when saving using Imlib2.
|
|
|
@3349
|
14 years |
Sam Hocevar |
storyboard.c: more output filename tuning…
|
|
|
@3348
|
14 years |
Sam Hocevar |
storyboard.c: fix output path.
|
|
|
@3347
|
14 years |
Sam Hocevar |
storyboard.c: tuned the output file name.
examples/.gitignore: ignore …
|
|
|
@3346
|
14 years |
Sam Hocevar |
Conditionally build the movie thumbnailer by detecting libavcodec et al.
|
|
|
@3345
|
14 years |
Sam Hocevar |
Added a movie thumbnailer (storyboard generator) using libavcodec.
|
|
|
@3344
|
14 years |
Sam Hocevar |
Minor reorg in the JPEG codec.
|
|
|
@3343
|
14 years |
Sam Hocevar |
Got rid of the modular codec stuff. All codecs should work the same way.
|
|
|
@3342
|
14 years |
Sam Hocevar |
Change _C pixel format suffixes into _U8 for more clarity.
|
|
|
@3341
|
14 years |
Sam Hocevar |
Add pipi_release_pixels and pipi_set_colorspace in prevision of …
|
|
|
@3340
|
14 years |
Sam Hocevar |
Rename pipi_getpixel into pipi_get_pixels.
|
|
|
@3339
|
14 years |
Sam Hocevar |
Create basic tile handling functions.
|
|
|
@3170
|
14 years |
nico |
* Centralize pipi's errors managment in macro RETURN_SUCCESS
* Change …
|
|
|
@3165
|
14 years |
Jean-Yves Lamoureux |
* Added setjmp/longjmp support to jpeg loader.
|
|
|
@3164
|
14 years |
Sam Hocevar |
Quick and dirty implementation of pipi_draw_rectangle() to save zMoo.
|
|
|
@3162
|
14 years |
Sam Hocevar |
Add configure flags to enable/disable C# bindings, debug mode, and the …
|
|
|
@3161
|
14 years |
Sam Hocevar |
libpipi: remove extra newlines in debug messages.
|
|
|
@3147
|
14 years |
Sam Hocevar |
Clean up configure.ac.
|
|
|
@3146
|
14 years |
Sam Hocevar |
Append SVN release ID to ThePimp? binaries.
|
|
|
@3145
|
14 years |
Sam Hocevar |
ThePimp?: make file dialogs singletons so that they retain their …
|
|
|
@3144
|
14 years |
Sam Hocevar |
ThePimp?: add Fullscreen support, including the F11 binding.
|
|
|
@3136
|
14 years |
Jean-Yves Lamoureux |
* Images were saved with R and B inverted
|
|
|
@3102
|
14 years |
Sam Hocevar |
libpipi: move histogram.c and measure.c in a new analysis/ subdirectory.
|
|
|
@3100
|
14 years |
Sam Hocevar |
libpipi: reduce the libjpeg priority until this codec works on amd64.
|
|
|
@3099
|
14 years |
Sam Hocevar |
ThePimp?: double-clicking in the file dialogs opens or saves directly.
|
|
|
@3098
|
14 years |
Sam Hocevar |
ThePimp?: use spinbuttons instead of text areas for image dimensions. …
|
|
|
@3097
|
14 years |
Sam Hocevar |
No need to store libgdiplus.dll in SVN.
|
|
|
@3096
|
14 years |
Sam Hocevar |
Add a launcher for pipi.exe in the Win32 package.
|
|
|
@3090
|
14 years |
nico |
* configuration file config.m4 rewritten
|
|
|
@3088
|
14 years |
Jean-Yves Lamoureux |
* Changed petit pédé's stuff
|
|
|
@3087
|
14 years |
nico |
* Change return value for function (success return (bool) true):
…
|
|
|
@3086
|
14 years |
nico |
Add php binding for pipi_command
Add a php rewrite of pipi.c in examples/
|
|
|
@3085
|
14 years |
Jean-Yves Lamoureux |
* Added bound-checking to file extension detection
|
|
|
@3084
|
14 years |
Jean-Yves Lamoureux |
* Fixed a non-initialized memory bug, which caused histogram function …
|
|
|
@3083
|
14 years |
Jean-Yves Lamoureux |
* Added file extension detection to modular codec
|
|
|