https://github.com/Twinside/Juicy.Pixels

Last synced: about 1 month ago

Repository metadata:

Haskell library to load & save pictures


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 725
Total Committers: 53
Avg Commits per committer: 13.679
Development Distribution Score (DDS): 0.299

Commits in past year: 2
Committers in past year: 2
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.5

Name Email Commits
Vincent Berthoux t****e@g****m 508
ivan l****t@m****t 54
jeffrey rosenbluth j****h@g****m 19
Niklas Hambüchen m****l@n****e 18
Heikki Aitakangas o****n@g****m 10
Vincent Berthoux v****x@g****m 10
Vincent T****e 9
Patrick Pelletier c****e@f****g 8
Callum Lowcay c****y@g****m 7
Oleg Grenrus o****s@i****i 7
Clark Gaebel c****l@c****a 5
Vincent Berthoux v****x@l****m 5
Alexander Kjeldaas ak@f****m 3
Calvin Beck h****s@u****a 3
Edward Kmett e****t@g****m 3
Jason Dagit d****j@g****m 3
Michael Tolly m****y@g****m 3
Travis Whitaker p****s@g****m 3
Alexey Kuleshevich a****y@k****h 2
Alexey Kuleshevich l****s@y****u 2
Andreas Abel a****l@i****e 2
Bit Shift b****t@b****t 2
Bodigrim a****o@g****m 2
Brent Yorgey b****y@c****u 2
Gabor Greif g****f@g****m 2
Isaac Elliott i****5@g****m 2
Jeffrey Rosenbluth J****h@g****m 2
Kai Harries k****s@o****m 2
William Cadegan-Schlieper w****s@c****e 2
phischu p****r@u****e 2
and 23 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

hackage: JuicyPixels

This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and Gif images. [Index] [Quick Jump] Enable the file loading via mmap (memory map) Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info Package maintainers For package maintainers and hackage trustees Candidates This library provides saving & loading of different picture formats for the Haskell language. The aim of the library is to be as lightweight as possible, you ask it to load an image, and it'll dump you a big Vector full of juicy pixels. Or squared pixels, or whatever, as long as they're unboxed. The library documentation can be accessed on Hackage For the user of: REPA, check-out JuicyPixels-repa on GitHub or Hackage Gloss, check-out gloss-juicy on GitHub or Hackage PNG (.png) Reading Writing Metadata (reading/writing) Bitmap (.bmp) Reading Writing Metadata (reading/writing): DPI information Jpeg (.jpg, .jpeg) Reading normal and interlaced baseline DCT image Writing non-interlaced JPG Metadata: Gif (.gif) Radiance (.pic, .hdr) Tga Tiff Reading 2, 4, 8, 16 int bit depth reading (planar and contiguous for each) 32 bit floating point reading CMYK, YCbCr, RGB, RGBA, Paletted, Greyscale Uncompressed, PackBits, LZW Writing Metadata: reading DpiX, DpiY and EXIF informations. I love juicy pixels You can make donations on this page.

  • Homepage: https://github.com/Twinside/Juicy.Pixels
  • Licenses: BSD-3-Clause
  • Latest release: 3.3.8 (published over 2 years ago)
  • Last Synced: 2024-11-11T03:12:20.954Z (about 1 month ago)
  • Versions: 66
  • Dependent Packages: 38
  • Dependent Repositories: 454
  • Downloads: 147,902 Total
  • Docker Downloads: 54
  • Rankings:
    • Downloads: 0.802%
    • Dependent repos count: 0.91%
    • Dependent packages count: 0.955%
    • Docker downloads count: 1.288%
    • Average: 2.506%
    • Forks count: 5.357%
    • Stargazers count: 5.725%
  • Maintainers (1)
go: github.com/twinside/juicy.pixels

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/twinside/juicy.pixels#section-documentation
  • Licenses: bsd-3-clause
  • Latest release: v3.3.8+incompatible (published over 2 years ago)
  • Last Synced: 2024-11-11T03:12:20.153Z (about 1 month ago)
  • Versions: 27
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 3.278%
    • Stargazers count: 3.422%
    • Average: 6.76%
    • Dependent packages count: 9.56%
    • Dependent repos count: 10.779%
go: github.com/Twinside/Juicy.Pixels

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/Twinside/Juicy.Pixels#section-documentation
  • Licenses: bsd-3-clause
  • Latest release: v3.3.8+incompatible (published over 2 years ago)
  • Last Synced: 2024-11-11T03:12:28.984Z (about 1 month ago)
  • Versions: 27
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 3.278%
    • Stargazers count: 3.422%
    • Average: 6.76%
    • Dependent packages count: 9.56%
    • Dependent repos count: 10.779%

Dependencies

JuicyPixels.cabal hackage
  • JuicyPixels * benchmark
  • base * benchmark
  • binary * benchmark
  • bytestring * benchmark
  • criterion >=1.0 benchmark
  • deepseq * benchmark
  • filepath >=1.3 benchmark
  • mmap * benchmark
  • mtl * benchmark
  • primitive * benchmark
  • transformers * benchmark
  • vector * benchmark
  • zlib * benchmark
  • JuicyPixels *
  • base *
  • base >=4.8 && <6
  • binary >=0.8.1 && <0.9
  • bytestring *
  • bytestring >=0.9 && <0.12
  • containers >=0.4.2 && <0.7
  • deepseq >=1.1 && <1.5
  • mtl >=1.1 && <2.4
  • primitive >=0.4
  • transformers >=0.2
  • vector >=0.12.3.1
  • zlib >=0.5.3.1 && <0.7
  • JuicyPixels * test
  • base * test
  • binary * test
  • bytestring * test
  • criterion >=1.0 test
  • deepseq * test
  • filepath >=1.3 test
  • mmap * test
  • mtl * test
  • primitive * test
  • transformers * test
  • vector * test
  • zlib * test
.github/workflows/haskell-ci.yml actions
  • actions/cache/restore v3 composite
  • actions/cache/save v3 composite
  • actions/checkout v4 composite