0
votes
3answers
489 views

Reduce the size of .eps figure made using matplotlib

Today I was doing a report for a course and I needed to include a figure of a contour plot of some field. I did this with matplotlib (ignore the chaotic header): import numpy as np import matplotlib ...
0
votes
1answer
794 views

Resizing UIImage and saving

I am trying to figure out how I can shrink and save a UIImage, read it back in later, and then convert back to the original size without losing quality. I have managed to do the resizing and saving, ...
1
vote
1answer
994 views

FFMPEG: from jpg to avi it's ok, but with bad size and quality

I have six .jpg images with a size 350x400 (WxH). I want to turn them into an avi file of a good quality (but not too heavy) and with same dimensions I'm doing: /var/www/html/folder/ffmpeg/ffmpeg -y ...
0
votes
2answers
52 views

Videos - should I include them in my app?

Thanks to you, I got my working hours calculator on the App Store. :) Now for my next one - I want to make an app that includes video of my series of tutorials. However, I want to know whether it's ...