[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-08-06 Thread Marko Lindqvist
Update of patch #3376 (project freeciv):

  Status:  Ready For Test = Done   
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/patch/?3376

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-18 Thread Marko Lindqvist
Update of patch #3376 (project freeciv):

  Status:  Ready For Test = In Progress


___

Reply to this item at:

  http://gna.org/patch/?3376

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread anonymous
URL:
  http://gna.org/patch/?3376

 Summary: fix for premultiplied alpha
 Project: Freeciv
Submitted by: None
Submitted on: Fri 06 Jul 2012 08:35:41 PM UTC
Category: client-gtk-3.0
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

As I said in a different patch/bug, current cairo_surface - GdkPixbuf
conversion is only correct if alpha is either 0 (even if not fully) or 1. For
anything in between the conversion fails to account for alpha multiplication.



___

File Attachments:


---
Date: Fri 06 Jul 2012 08:35:41 PM UTC  Name: fix-mult-alpha.patch  Size: 983B 
 By: None
fix for conversion from premultiplied alpha
http://gna.org/patch/download.php?file_id=15996

___

Reply to this item at:

  http://gna.org/patch/?3376

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread anonymous
Follow-up Comment #1, patch #3376 (project freeciv):

Minor oops: I failed to set my email for this patch...

___

Reply to this item at:

  http://gna.org/patch/?3376

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread Marko Lindqvist
Update of patch #3376 (project freeciv):

  Status:None = Ready For Test 

___

Follow-up Comment #2:

 } else p[1] = p[2] = p[3] = 0;

CodingStyle: This needs block:
} else {
  p[1] = p[2] = p[3] = 0;
}


___

Reply to this item at:

  http://gna.org/patch/?3376

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread anonymous
Additional Item Attachment, patch #3376 (project freeciv):

File name: fix-mult-alpha.patch   Size:0 KB


___

Reply to this item at:

  http://gna.org/patch/?3376

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev