Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Python DIY a photo wall

2025-02-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to use Python DIY a photo wall", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to use Python DIY as a photo wall.

DIY a photo wall for her with Python

As perceptual creatures, human beings have an innate desire to express themselves. A wall, like a blank piece of paper or a canvas, attracts us to fill in our emotions and thoughts.

Today, with you through a small piece of code, for programmers infatuated with Python, made a Python family photo (a total of 65 books), covering the scope of crawlers, data analysis, Web development, text processing, machine learning, etc., and thank the Machinery Industry Press and Electronic Industry Press for the photos provided.

Big data Digest

The details are as follows:

From PIL import Image

Import os,sys

Mw = 100

Ms = 20

Msize = mw*ms

# choose a canvas and determine the size of the canvas

ToImage = Image.new ('RGBA', (2000 Jol 2000))

For y in range (1 ~ 21):

For x in range (1 ~ 21):

Try:

# Select the photo, according to the style you want, select it in turn

FromImage = Image.open (r "C:/Users/Administrator/Desktop/LX/%s.jpg"% str (ms* (ymer1) + x))

# paste the photo, paste the photo into the design location

FromImage = fromImage.resize (100100), Image.ANTIALIAS)

ToImage.paste (fromImage, ((XMUI 1) * mw, (YMUI 1) * mw))

Except IOError:

Pass

ToImage.show ()

ToImage.save ('CureGap _ UsersActuator _ Desktopmax _ LX.png`)

At this point, I believe you have a deeper understanding of "how to use Python DIY a photo wall". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report