Tagged Questions

2
votes
2answers
253 views

What is the best way to load a CCITT T.3 compressed tiff using python?

I am trying to load a CCITT T.3 compressed tiff into python, and get the pixel matrix from it. It should just be a logical matrix. I have tried using pylibtiff and PIL, but when I load it with them, ...
1
vote
1answer
168 views

Best image format for images with color gradients?

This is not totally a programming question, but I think this is best place to ask. The front page of my website has a nice banner, where more than half the image is a "gradient" of a color, and there ...
0
votes
6answers
221 views

If I take a loss-compressed file and save it again (e.g. JPEG) will there be loss of quality?

I've often wondered, if I load a compressed image file, edit it and the save it again, will it loose some quality? What if I use the same quality grade when saving, will the algorithms somehow detect ...