[Home]

Summary:ASTERISK-12439: [patch] Added format_png to asterisk.
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2008-07-23 16:40:29Date Closed:2008-12-05 10:18:36.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Formats/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) format_png.c
( 1) format_png.c.2
Description:Maybe this is not so useful, working with a softphone to support image reception, I realized that there was no support for png and here it is. Also notice that frame.c "whish" to support PNG too:
{ AST_FORMAT_PNG, "png", 0, "PNG image"},
Comments:By: Tilghman Lesher (tilghman) 2008-07-23 23:28:59

Technically, any file you upload is copyright by you or your company, not copyright of Digium, since you are not an employee.  Your licensing agreement does not assign copyright.

By: Eliel Sardanons (eliel) 2008-07-24 07:48:57

Thanks, I didn't know/realized of that. New file uploaded.

By: Eliel Sardanons (eliel) 2008-08-04 13:26:30

png file exntension could be png or PNG. so, .exts = "png|PNG";

move from:
    if (a)
        b;
to:
    if(a) {
        b;
    }

By: Leif Madsen (lmadsen) 2008-12-05 09:48:01.000-0600

Everything looks good here to start looking at the code for this issue (patch attached, categorization correct, etc..) so moving this to Confirmed.

By: Eliel Sardanons (eliel) 2008-12-05 10:18:36.000-0600

There is no intention to support PNG format.