Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.87.MISMATCH!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.150 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.71; '*S*': 0.01; 'python': 0.11; 'gui': 0.12; 'wrote:': 0.18; 'library': 0.18; 'mon,': 0.24; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; '13,': 0.31; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'application': 0.37; 'received:209': 0.37; 'thank': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'new': 0.61; 'school': 0.64; 'helping': 0.70; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=2fhV8d5Kp6/s1F9WTb/fuVDNpzijypehNHSl8Sw7jHA=; b=sO7BnTtgfaPxam1VZWSFMh5ApIiXoymqIVyIpkLjENVNX5X28F1hPurexbOWTC607P gBMNHU5UWHHNWSaI5i+Vk21+WyUDv2RWx7KhTSesCUn4CGyz9DA4lAbS2qhoVHWdAyvR ne4HcfxjSOpZ/unjLtOKIJCDCAYMrdHd7TladwamUNknmtb1sY/Tkz9tSb3g/saeate3 SIdWKI9ilo2u102XGpyU9qU8cX/tDM1i09ogxJziVdQxszPvz7L6r+XaOBLi9q9QioCw FbkxIvs2KjtMGqUYNiAG5JRTZuNCZpDd2KBMKJqyy1MiLRgX9W+lG23OFx+6TeetwJoW 48Rw== X-Received: by 10.68.164.98 with SMTP id yp2mr38577925pbb.214.1368631265132; Wed, 15 May 2013 08:21:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Ian Kelly Date: Wed, 15 May 2013 09:20:24 -0600 Subject: Re: Fractal To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368631274 news.xs4all.nl 15865 [2001:888:2000:d::a6]:48685 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45352 On Mon, May 13, 2013 at 9:41 AM, Sharon COUKA wrote: > Hello, I'm new to python and i have to make a Mandelbrot fractal image for school but I don't know how to zoom in my image. > Thank you for helping me. Is this a GUI application or does it just write the image to a file? What GUI / image library are you using?