Commit Graph

2861 Commits

Author SHA1 Message Date
John Cupitt 39f3204537 fix for new ubuntu 2014-04-22 13:20:39 +01:00
John Cupitt 070c9bd5a7 add load from buffer 2014-04-22 10:43:13 +01:00
John Cupitt e48aee7f47 add .vips as an alternative vips suffix
helps imagemagick, see

http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25445&p=110491#p110491
2014-04-22 09:32:50 +01:00
John Cupitt 03ad54361a use float div for sigma calc in gaussblur
thanks aferrero2707
2014-04-21 19:24:14 +01:00
John Cupitt 35cea5dbf8 fix for new ubuntu 2014-04-20 10:16:34 +01:00
John Cupitt 6144aecccb start adding tiff load from buffer
see

https://github.com/jcupitt/libvips/issues/25
2014-04-19 16:14:54 +01:00
John Cupitt 325f3b9451 dzsave will write a zip file
but see the TODO in dzsave.c

- no way to pick a tile format, always jpeg
- no way to pick a container format, always zip
- needs testing
- examine memuse, how well do we work for large zips
- can we make a zip over 4gb?
2014-04-19 15:15:25 +01:00
John Cupitt 5c751fb364 sdd TODO note 2014-04-19 10:19:02 +01:00
John Cupitt 21f18ce0d2 forgot to set image mode for direct draw
the direct image draw functions need to set vips_image_inplace()
2014-04-15 12:00:01 +01:00
John Cupitt 6d2c4c4d60 8 and 16-bit paletter TIFFs can have alpha
plus 16-bit palette TIFFs now become 16-bit images
2014-04-14 12:16:15 +01:00
John Cupitt dd35d6ffc7 add "%%" escape 2014-04-11 22:51:39 +01:00
John Cupitt 44b4830ceb sync 2014-04-11 18:26:41 +01:00
John Cupitt 667087603a ref error in im_system_image() wrapper 2014-04-11 17:14:41 +01:00
John Cupitt ce5a01290d work around g-ir crash 2014-04-10 10:57:39 +01:00
John Cupitt b8dbd4dfce oops 2014-04-10 09:34:58 +01:00
John Cupitt b27c7a40ef add get/set array of image from GValue 2014-04-10 09:21:29 +01:00
John Cupitt 3faf9892c5 update translation files 2014-04-09 15:50:53 +01:00
John Cupitt 3b977586f9 Merge remote-tracking branch 'origin/7.38' 2014-04-09 15:34:09 +01:00
John Cupitt 3fe5d437ac support 16-bits per sample palette tiffs 2014-04-09 15:28:47 +01:00
John Cupitt daf075112d fix possible memleak
fix tiny leak if output options failed
2014-04-09 11:52:32 +01:00
John Cupitt a17ef9b7c8 vips_system() allows many input images
you can change the image argument order too, with %Ns

added postbuild signal
2014-04-09 11:42:03 +01:00
John Cupitt bfbc132879 updated German translation
thanks Chris

see

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743613

https://github.com/jcupitt/libvips/issues/116
2014-04-04 21:51:26 +01:00
John Cupitt 9d5fbe3935 sync 2014-04-04 13:57:07 +01:00
John Cupitt ca30eac21a add credit to David 2014-04-04 10:39:08 +01:00
John Cupitt 76f1217fab improve vips_rawload() docs 2014-04-04 10:27:39 +01:00
John Cupitt 04070445eb oops in hough_circle.c 2014-04-03 21:37:23 +01:00
John Cupitt b1c0acf3e2 docs for hough funcs 2014-04-01 19:45:51 +01:00
John Cupitt fb24bc84d3 normalise hough_circle output
correct for number of pixels in circumference
2014-04-01 19:39:10 +01:00
John Cupitt 59b36f8351 fix hough_circle params 2014-04-01 18:54:00 +01:00
John Cupitt 9d3311468c TODO notes 2014-04-01 13:57:10 +01:00
John Cupitt 052a73eb8e Merge remote-tracking branch 'origin/master' into hough
Conflicts:
	ChangeLog
2014-04-01 12:50:08 +01:00
John Cupitt ee53b01886 vips_hough_circle() added 2014-04-01 12:27:15 +01:00
John Cupitt a7e6c6e009 finish revising draw_line 2014-03-31 16:28:00 +01:00
John Cupitt d52d027c1a start another draw cleanup 2014-03-31 14:56:33 +01:00
John Cupitt a1e3a9e5cf clean up draw_circle
we now have a simple iterator
2014-03-31 14:03:45 +01:00
John Cupitt 252897dc83 Merge remote-tracking branch 'origin/7.38' 2014-03-30 15:28:40 +01:00
John Cupitt 10354be6c3 ooops, sorry Andrea 2014-03-30 15:26:36 +01:00
John Cupitt bc79cb4f62 crash-causing typo in vips_rawsave()
thanks Alessandro
2014-03-30 15:23:55 +01:00
John Cupitt 15ba4a7be2 add a direct path for draw_mask
and get draw_circle ready for draw-along-circle
2014-03-29 17:16:37 +00:00
John Cupitt 4c1d07f53a vips_hough uses vips_draw_image() to accumulate
rather than vips_sum() ... 2x faster
2014-03-28 14:11:05 +00:00
John Cupitt 9b13188fc1 add "mode" to vips_draw_image() 2014-03-28 13:55:56 +00:00
John Cupitt 3faba611d4 put gtk-doc.make back
some problems in gtkdocize make it hard to live without
2014-03-28 10:13:01 +00:00
John Cupitt 5f0f188659 drop the default max operations
the cache defaulted to 10,000 operations, fine for nip2, not fine for
batch-style applications

thanks Rafael
2014-03-28 09:48:27 +00:00
John Cupitt b522fd79a9 start to extend draw_image 2014-03-27 15:00:29 +00:00
John Cupitt 7752eb89e0 add vips_draw_add()
and start vips_hough_circle()
2014-03-26 20:33:31 +00:00
John Cupitt bb87bb3690 small hough cleanups 2014-03-25 08:45:57 +00:00
John Cupitt 4d758af087 use a LUT for hough sin/cos 2014-03-24 19:45:03 +00:00
John Cupitt 9a1fa499f5 split hough to a base class and a line detector 2014-03-24 16:56:54 +00:00
John Cupitt 067b2a6ac1 started splitting hough.c up 2014-03-24 14:56:04 +00:00
John Cupitt 22d417c1bb Merge branch 'master' into hough 2014-03-23 12:26:22 +00:00