Search:

Type: Posts; User: noobiecode

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    1,239

    Re: Image manipulation program help

    I have to enlarge the whole image... if I understand row then i can get column (same concept)

    For horizontal stretch..I have to duplicated the column of each pixel in a photo.
    For vertical...
  2. Replies
    10
    Views
    1,239

    Re: Image manipulation program help

    In the prompt, I have to try and duplicate an extra column or row.

    For Horizontal stretch I have to duplicate an extra column...So in instead of have (for first row) {(0,0), (0,1), (0,2), (0,3)} I...
  3. Replies
    10
    Views
    1,239

    Re: Image manipulation program help

    Thanks for your help. Do you have any hints as to how I would go about approaching rotating an image or enlarging it.
    For rotating 90 degrees i know the new Column = row and new_Row = col. And 180...
  4. Replies
    10
    Views
    1,239

    Re: Image manipulation program help

    Here is what I have so far for stretch. The user will input 0 or 1 in the driver.
    ---------------------------------------------------------


    public static Photograph stretched(Photograph photo,...
  5. Replies
    10
    Views
    1,239

    Re: Image manipulation program help

    I am using a custom class created by someone.

    Photograph Class

    Constructor Summary
    Photograph(int width, int height)
    Create a blank photo of a specified size.

    Method Summary
  6. Replies
    10
    Views
    1,239

    Image manipulation program help

    Hi. Beginner here. I have a question about a Java program on manipulation of photos.

    I want to learn how to rotate a photo 90 degrees, rotate it 180 degrees, enlarge it by doubling its width and...
Results 1 to 6 of 6