<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [EFL] Jpeg image export implementation for Canvas."
   href="https://bugs.webkit.org/show_bug.cgi?id=145457#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [EFL] Jpeg image export implementation for Canvas."
   href="https://bugs.webkit.org/show_bug.cgi?id=145457">bug 145457</a>
              from <span class="vcard"><a class="email" href="mailto:hyuki.kim&#64;samsung.com" title="KwangHyuk &lt;hyuki.kim&#64;samsung.com&gt;"> <span class="fn">KwangHyuk</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=145457#c7">comment #7</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=254579&amp;action=diff" name="attach_254579" title="Patch">attachment 254579</a> <a href="attachment.cgi?id=254579&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=254579&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=254579&amp;action=review</a>
&gt; 
&gt; LGTM except for a trivial comment.
&gt; 
&gt; &gt; Source/WebCore/ChangeLog:10
&gt; &gt; +        No new tests, LayoutTests/fast/canvas/toDataURL-supportedTypes.html can be reused.
&gt; 
&gt; Unnecessary &quot;LayoutTests/&quot; in test path.
&gt; </span >

Ok, thanks.

<span class="quote">&gt; &gt; Source/WebCore/platform/graphics/efl/ImageBufferEfl.cpp:75
&gt; &gt; +    return &quot;data:&quot; + mimeType + &quot;;base64,&quot; + base64Data;
&gt; 
&gt; Isn't StringBuilder more efficient ?
&gt; 
&gt; <a href="https://trac.webkit.org/wiki/EfficientStrings">https://trac.webkit.org/wiki/EfficientStrings</a></span >

But, this is the general implementation for every ports like ImageBufferGtk, ImageBufferCairo as well as ImageBufferCG.
Therefore, may be, keeping of this implementation looks fine.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>