From 3ec7d22d1ca0c5a5bbd54a735f917aebab633928 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 1 Jun 2020 12:33:18 +0530 Subject: Publish deploy 2020-06-01 12:33 --- posts/2020-01-14-Converting-between-PIL-NumPy/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posts/2020-01-14-Converting-between-PIL-NumPy/index.html') diff --git a/posts/2020-01-14-Converting-between-PIL-NumPy/index.html b/posts/2020-01-14-Converting-between-PIL-NumPy/index.html index 13cd71d..8d0fe0a 100644 --- a/posts/2020-01-14-Converting-between-PIL-NumPy/index.html +++ b/posts/2020-01-14-Converting-between-PIL-NumPy/index.html @@ -1,4 +1,4 @@ -Converting between image and NumPy array | Navan Chauhan
1 minute readCreated on January 14, 2020Last modified on March 9, 2020

Converting between image and NumPy array

import numpy +Converting between image and NumPy array | Navan Chauhan
1 minute readCreated on January 14, 2020Last modified on June 1, 2020

Converting between image and NumPy array

import numpy import PIL # Convert PIL Image to NumPy array @@ -12,4 +12,4 @@ except IOError: PIL.ImageFile.MAXBLOCK = img.size[0] * img.size[1] img.save(destination, "JPEG", quality=80, optimize=True, progressive=True) -
Tagged with:
\ No newline at end of file +
Tagged with:
\ No newline at end of file -- cgit v1.2.3