Ticket Change Details
Not logged in
Overview

Artifact ID: b2e356006e00ed460e75ecfd0f6248a696d3d217
Ticket: 7044332162761fca554b3876d8d7f06a61d77858
resizing images with high quality
User & Date: john 2019-08-15 17:55:25
Changes

  1. icomment:
    hmm... no, I confused myself, and I actually cannot make this work.
    
    Here is a simple test program that works on undroidwish but NOT on the new Androidwish I just installed from you:
    
        set src [image create photo -file in.png]
        set new [image create photo]
        $new copy $src -scale 0.5
        $new write "new.png" 
        exit
    
    On the new Androidwish you sent me, I am getting the error that "-scale" is an unknown parameter, but it is listed in the accepted parameters. I've taken a photo of that error:
    
    http://magnatune.com/p/scaleto.jpg
    
    Also note that changing from -scale to -scaleto causes Androwish to crash:
        $new copy $src -scaleto 100 100
    
  2. login: "john"
  3. mimetype: "text/x-fossil-plain"
  4. status changed to: "Open"
  5. type changed to: "Code_Defect"