B
B
brezhitskiy422014-11-22 00:56:52
Python
brezhitskiy42, 2014-11-22 00:56:52

What are the Python libraries for working with images and video files?

Hello. Tell me, Python libraries for working with images and video files.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
E
Elena, 2014-11-22
@Nidora

python-3.ru/category/worka-s-izobrazhenijami

T
throughtheether, 2014-11-22
@throughtheether

for Wand image processing (MagickWand/ImageMagick), for MoviePy video

V
VisualIdeas, 2017-02-24
@raw1

Correct solution:
Stop the output of everything with ob_start();
If you want to quickly, then a crutch:

if(isset($_SESSION['user'])) {
       echo '<script>document.location.href = "exemple.php";</script>';
}

M
McBernar, 2017-02-24
@McBernar

Redirect to JS.
Redirect to HTML via meta.

T
ThunderCat, 2017-02-24
@ThunderCat

without using ajax
? so without or with help?
If without - this condition is imposed BEFORE the output of the html markup, it is not at all clear by what principle everything is written for you, if the html is output first, and then some code that is not related to the output. It shouldn't be like that.
If with Ajax, the client should already have a function that redirects to another page with Javascript, it is called upon return from the Ajax function of a successful login.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question