I want to make a simple image editor by as

I do not have any concept about how to scale the image in the
editor.
For example, when the user clicked one of the image in the
editor then he/she can scale the selected image by mouse just like
the scale function in MS Paint..
thank so much~

You can definitely use the technique I mentioned to order the columns to make it easy to chart:
Here I created a table (the top one) to hold the original data and make a second table (the lower one) to pull data into two adjacent columns:
The bottom table, as I said pulls data from the top data table:
Then highlight the data in the table to chart, and selec the chart type from the menu (I suggest the bar chart which is the first item in the chart tool menu):
I made up this data and mean it to be no reflection on your running ability 

Similar Messages

  • I want to make a simple line chart

    i want to make a simple line chart using the data in two nonadjacent columns.
    it seems that the easiest way to do this is to export the sheet to google docs and use THEIR charting, which is a two-click deal.
    is there an easy way to do this in numbers?
    my impression:
    numbers:
    very fancy, super pretty, easy to modify APPEARANCE, difficult to use actual charts. custom paint job on a junker
    googledocs:
    available everywhere, basic, more difficult with actual data flexibility, but you can use what you've got.
    the whole emphasis on numbers seems to be how pretty i can make displays, but not a lot of emphasis on making it easy to make things work.
    can anyone shed some light on how to make this simple instead of pretty?

    You can definitely use the technique I mentioned to order the columns to make it easy to chart:
    Here I created a table (the top one) to hold the original data and make a second table (the lower one) to pull data into two adjacent columns:
    The bottom table, as I said pulls data from the top data table:
    Then highlight the data in the table to chart, and selec the chart type from the menu (I suggest the bar chart which is the first item in the chart tool menu):
    I made up this data and mean it to be no reflection on your running ability 

  • How to make a simple image gallery with click through?

    Hello,
    I'm wanting to make a webpage that showcases some images, very much like this one   :    http://www.steviedance.com/?page_id=3868#1
    I want button where you can click to the next image, and have only the next image load, not the whole page like the link above....
    Can this be done in dreamweaver? Or is this something do to in flash? What should I be seraching for when looking for a tutorial for this?
    Any help would be greatly appreciated
    Thanks !!
    Lucy

    If your read your Plug-in's documentation, they provide code examples on this page to get you started:
    http://slidesjs.com/#overview
    <!doctype html>
        <head>
            <title>Title</title>
            <style type="text/css" media="screen">
                .slides_container {
                    width:570px;
                    height:270px;
                .slides_container div {
                    width:570px;
                    height:270px;
                    display:block;
            </style>
            <script src="http://code.jquery.com/jquery-latest.min.js"></script>
            <script src="slides.js"></script>
            <script>
                $(function(){
                    $("#slides").slides();
            </script>
        </head>
        <body>
            <div id="slides">
                <div class="slides_container">
                    <div>
                        <img src="image1.jpg">
                    </div>
                    <div>
                        <img src="image2.jpg">
                    </div>
                    <div>
                        <img src="image3.jpg">
                    </div>
                    <div>
                        <img src="image4.jpg">
                    </div>
                </div>
            </div>
        </body>
    </html>
    Nancy O.

  • I want to make sure all images included are linked correctly in my work.

    Hello there,
    I'm sorry to bother you with my question, but I hope you will be able to answer me.
    The real thing is, What I made on Windows 8.1 Adobe InDesign CC Includes a link to every picture starts with E:// or something.
    Since I want to make it universal, and Mac don't use E:// for example, I need to know if there is any way to make the Links alive at these 2 platforms.
    I don't know. Maybe somehow make the links in format like: " */folder/links/picture.jpg " .
    Thank you for your time.
    Regards,
    Cecilia

    InDesign uses absolute paths for links with the exception that if the link cannot be found in the specified path ID will search the current folder where the .indd file is stored and any subfolders and use links it discovers there.

  • I want to make an .iso image of my Windows 7 Installation DVD in OS X

    Greetings,
    I am writing because my intent is to make a .iso file of my Windows 7 Installation disc using Disk Utility in OS X. I would like to keep a back up (both in a external drive and the cloud) of the image in case the DVD gets damaged or the SuperDrive goes south in the distant future (call it an insurance if you will). During the last 6 months I have been working in trying to get my application installers (both OS X and Windows) in the cloud as I find them more convinient and less likely to degrade in quality since the digital download does not get "scratched" per se, and downloads can be checksummed to ensure file integrity.
    Is there any way in which I can make an .iso image of my Windows 7 DVD using OS X Disk Utility?
    Thanks for any assistance on this matter.

    https://www.macupdate.com/app/mac/30663/anytoiso-lite
    found using this google search
    https://www.google.dk/search?client=opera&q=create+an+iso+file+in+osx&sourceid=o pera&ie=UTF-8&oe=UTF-8

  • Want to make a simple form

    I have no experience with making forms or using databases or
    anything like that.
    But all I want to do is make a form where the user can fill
    out info in a series of text fields, which gets sent to my email
    address when you hit "submit".
    Is this easy enough to do? Can i do this just using html?
    Is there just a command I need to put somewhere to tell the
    form to send as an email?
    If it's not that simple, does anyone know of a good tutorial
    for this?

    There are only two ways to process form data -
    1. Use mailto:[email protected] as the action of the form
    2. Use a server-side scripting method to a) harvest the
    form's data, b)
    process it in some manner, e.g., enter it into a database, c)
    formulate and
    send an email to one or more email recipients, and d)
    redirect the visitor
    to some ending page
    Method 1 is quite simple, and is also the least reliable. It
    depends both
    on your visitor having an email client already installed on
    their computer -
    this eliminates public computers, or home users without email
    clients
    installed (more and more it seems) - and on the installed
    email client
    responding to
    the mailto call. It is not possible to use this method *and*
    send the
    visitor to a
    thank you page as well.
    Method 2 is the preferred method, since it eliminates the
    problems of method
    1, but it means that you have to grapple with
    server-scripting somehow (ASP,
    CF, PHP, perl, etc.).
    You would have to decide which of these methods is best for
    your needs,
    but if it's Method 2, then start by asking your host what
    they provide for
    form
    processing.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "BullocksTroy" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have no experience with making forms or using databases
    or anything like
    >that.
    > But all I want to do is make a form where the user can
    fill out info in a
    > series of text fields, which gets sent to my email
    address when you hit
    > "submit".
    >
    > Is this easy enough to do? Can i do this just using
    html?
    > Is there just a command I need to put somewhere to tell
    the form to send
    > as an
    > email?
    > If it's not that simple, does anyone know of a good
    tutorial for this?
    >

  • I enjoy iPhoto, but is there a simple image editor / creator for Mac?

    I am a new Mac user and run a virtual machine on top of the Mac OS with VM Fusion (running windows 7). I first installed the virtual machine when I bought my computer, to use some software for work. The software issues I had when I bought my Mac are now gone, but I find myself using the Windows side of things for Paint. I have PhotoShop on my MacBook Pro, which works well when I want to do a lot of work on photos, but to create images and edit images I find the program kind of bulky.
    I was wondering if anyone has a recommendation for a program that is Paint for Mac (or close...)

    ...but I find myself using the Windows side of things for Paint...
    Preview, included with OSX, has some simple tools for creating lines and text.  I use it when I need to blank out personal info from screenshots when submitting bug reports or posting to the forums here.
    If you really want something close to Paint, you can download Paintbrush.  Maybe my needs were simple, but any editing I did with Windows' Paint, I found I could do with Preview, so I hardly ever have to open Paintbrush.
    ...I have PhotoShop on my MacBook Pro, which works well when I want to do a lot of work on photos, but to create images and edit images I find the program kind of bulky....
    Not to be snarky, but I can't really imagine what kind of "editing" of a photo you'd be doing in Paint.  As I mentioned above, Preview does similar to Paint to create lines, boxes, text and such, but nothing that I'd consider "photo editing."  You said you like iPhoto.  I found that many of the "touchup" tasks I used Photoshop for I can do in iPhoto, and iPhoto is quite simple to use compared to Photoshop.  Once I really started using iPhoto as the primary means to import from my camera, which naturally leads to having iPhoto organize and manage your photo library, using iPhoto for editing became quite natural.

  • How can i make a simple image viewer in JAVA?

    i know this is a silly doubt...but 'm new to java
    i have to make an image viewer which can also zoom the image
    please help me
    advance thanx

    Create an java.awt.Image object
    Display it in a java.awt.Panel object
    using java.awt.Graphics.drawImage
    some of the drawImage methods let you scale, clip, and flip the image.
    That's AWT. It may be easier in Swing.
    I think this could be written in under 50 lines of code. Maybe under 25.
    Read the tutorials and the API. All will become clear.
    If you're new to java, you might be better off posting to the New To Java forum.

  • Simple image editor applet

    Hello!
    I am looking for an applet that can edit images in a simple way. I mean, add a background, add text, add some other image...but very easy to use.
    I also need the images to let me change the text once they have saved and reopened in the applet (like in powerpoint).
    Do any of you know where I can find some similar applet that I can modify or reuse?
    thank you in advance for you help!

    You can find one here izhuk.com but this is a commercial solution.

  • Beginner (I want to make a simple button with code)(very basic)

    I've had some success with AS3, but so far all the code I've
    written just runs once the program starts, and thats it. The code
    is attached to the first frame of the flash file.
    I want to be able to take the code I've already made, and
    stick it into a button, so the code will run every time the button
    is pressed, without having to reload the whole program.
    Basically all I want to do is make a button that runs the
    code:
    trace('hi');
    every time it is pressed.
    Once I have that, I can figure out the rest by my self.
    Please help.

    Is this button on the stage and in the timeline? If it is,
    then select the button on the stage and then, in the Properties
    window, give the button an instance name if it doesn't have one
    yet.
    In a new layer, in the first frame, add this code:
    buttonInstanceName.addEventListener(MouseEvent.MOUSE_UP,
    buttonUp);
    function buttonUp(event:MouseEvent):void {
    trace("hi");
    substitute the button instance name that you used for
    "buttonInstanceName" in the first line.

  • I want to make a simple PhotoBook

    I have 50 illustrations I want to turn into a 50 page book, thats it. One illustration (jpg) per page. There has to be an easy way to do this? Help please! I am a beginner, but I looked online and couldn't find anything. Thanks for the help in advance.

    I'd recommend that you use Pages instead and save as ePub. Drag the each picture in, center it, add a caption if you want, and insert a page break. When you are finished export as ePub. Using Pages rather than Author gives you the advantage of looking good in portrait mode, having larger pictures, working on different devices. I think this would work well on a simple project like yours. Use author if you want to do more complex things. Another problem is that your project will look awkward in portrait mode if you use Author.

  • Why when I want to make a simple purchase, am I asked for personal info? Like a phone number.

    Invasion of privacy. I left the item rather than give up the info

    Hello User486289, 
    Welcome to the Community Forums!
    I'm very sorry to hear that you left your item and walked out. I understand that you might not wanted to give us your phone number, but it is part of the information that we collect as per our Privacy Policy seen here. 
    Thank you for providing us your feedback, and I hope you will change your mind and consider shopping with us again soon. 
    Regards, 
    Justin|Community Connector | Best Buy® Corporate
     Private Message

  • How can I make a simple slideshow on iDVD?

    As opposed to the majority of Apple apps that are "user-friendly" I find using iDVD a very awkward, un-friendly application. It offers "drop zones" without me understanding what I should "drop" into them.
    I just want to make a simple DVD of a slideshow with some background music ... nothing fancy. I don't need any theme and I don't need to add any movies.

    To simply create a slide show in iDVD 7 onwards from images in iPhoto or stored in other places on your hard disk or a connected server, look here:
    http://support.apple.com/kb/HT1089
    If you want something a bit more sophisticated:
    There are many ways to produce slide shows using iPhoto, iMovie or iDVD and some limit the number of photos you can use (iDVD has a 99 chapter (slide) limitation).
    If what you want is what I want, namely to be able to use high resolution photos (even 300 dpi tiff files), to pan and zoom individual photos, use a variety of transitions, to add and edit music or commentary, place text exactly where you want it, and to end up with a DVD that looks good on both your Mac and a TV - in other words end up with and end result that does not look like an old fashioned slide show from a projector - you may be interested in how I do it. You don't have to do it my way, but the following may be food for thought!
    Firstly you need proper software to assemble the photos, decide on the duration of each, the transitions you want to use, and how to pan and zoom individual photos where required, and add proper titles. For this I use Photo to Movie. You can read about what it can do on their website:
    http://www.lqgraphics.com/software/phototomovie.php
    (Other users here use the alternative FotoMagico:  http://www.boinx.com/fotomagico/homevspro/ which you may prefer - I have no experience with it.)
    Neither of these are freeware, but are worth the investment if you are going to do a lot of slide shows. Read about them in detail, then decide which one you feel is best suited to your needs.
    Once you have timed and arranged and manipulated the photos to your liking in Photo to Movie, it exports the file to iMovie  as a DV stream. You can add music in Photo to Movie, but I prefer doing this in iMovie where it is easier to edit. You can now further edit the slide show in iMovie just as you would a movie, including adding other video clips, then send it to iDVD 7, or Toast,  for burning.
    You will be pleasantly surprised at how professional the results can be!

  • Make a simple template

    Hello,
    I bought the Core Java Server Faces book and I would like to have an environment similar to the examples given in the book.
    What I want to do is I want to make very simple templates with only the basic JAR libraries that I don't need yet.
    The problem I'm having is setting up Studio Creator for a very basic environment. Is there a way to strip the IDE of the JDBC, UI components so I can work with the core JSF/HTML tags?
    In particular, I want to remove the
    <ui:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>
    and the other <ui:/> components from automatically appearing when I try to view the "Design" page.
    Is this possible? or sticking to a text editor like vim and gedit the only way to do this?

    Get NetBeans from http://www.netbeans.org/.
    Java Studio Creator is based on NetBeans, with the addition of advanced features for building web applications. NetBeans is more general purpose, with extensive support for a wide range of Java and related technologies. As your needs become more advanced, see http://developers.sun.com/prodtech/javatools/ for more NetBeans based IDE focused on the needs of different developers.

  • Wanting to make a 2 player game to play over the internet

    I'm wondering what it would take to create a simple game that could be played by two people over the internet? If you can just explain the process. Would I need to have my own website? Could you point to a link to learn more about the process?
    I'm wanting to make a simple dice game that me and my aunt used to play. Should be a pretty simple game without a lot of graphics. I move around so much that it'd be nice if I could make this game playable anywhere for both of us. Thanks.
    Edited by: davidpmontes on Feb 1, 2009 1:58 AM

    davidpmontes wrote:
    I'm wondering what it would take to create a simple game that could be played by two people over the internet? If you can just explain the process. Would I need to have my own website? Could you point to a link to learn more about the process?
    I'm wanting to make a simple dice game that me and my aunt used to play. Should be a pretty simple game without a lot of graphics. I move around so much that it'd be nice if I could make this game playable anywhere for both of us. Thanks.These are the main things you need to learn.
    Graphics: [http://java.sun.com/docs/books/tutorial/2d/basic2d/index.html]
    Networking: [http://java.sun.com/docs/books/tutorial/networking/index.html]
    And, of course there's Google with some suggestions: [http://www.google.com/search?q=java+games+tutorial]
    Note that although the game may be simple, creating it will probably not be simple. Especially for those not familiar with Java.

Maybe you are looking for