Skip to content

issues Search Results · repo:GSI/jekyll_image_encode language:Ruby

Filter by

5 results
 (44 ms)

5 results

inGSI/jekyll_image_encode (press backspace or delete to remove)

See https://en.wikipedia.org/wiki/Data_URI_scheme#Syntax img src= data:image/png;base64,iVBORw0KGgoAAA ANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4 //8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU 5ErkJggg== ...
  • inetbiz
  • 2
  • Opened 
    on Jun 4, 2019
  • #7

I have a file base.html in _layouts/base.html where I have: link rel= icon type= image/png href= {% base64 /icons/favicon-16x16.png %} sizes= 16x16 When I build though it errors with: Liquid ...
  • jdalton
  • 2
  • Opened 
    on Sep 15, 2016
  • #5

I ve been trying to dynamically inline images. My use case is a gallery and I have pre-generated 32x32 thumbs of images. I know the location of these thumbnails within my codebase and my idea was to use ...
  • rupl
  • 9
  • Opened 
    on Oct 9, 2015
  • #4

Hi, I m trying to get this to work for ggb files. These files are used for the software geogebra and I want to convert such a file to base 64. If I use your image encoder for those files it doesn t seem ...
  • kasperpeulen
  • 2
  • Opened 
    on Jun 27, 2014
  • #2

Per http://ruby-doc.org/stdlib-2.0.0/libdoc/base64/rdoc/Base64.html encode adds a line feed every 60 encoded characters. This breaks rendering of images. Switching to strict_encode64 fixes this.
  • kormoc
  • 2
  • Opened 
    on Nov 30, 2013
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub