Title: ImageBase642File
Author: James Etu
Published: <strong>8 Giugno 2021</strong>
Last modified: 3 Agosto 2022

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://s.w.org/plugins/geopattern-icon/imagebase642file.svg)

# ImageBase642File

 Di [James Etu](https://profiles.wordpress.org/donjajo/)

[Scarica](https://downloads.wordpress.org/plugin/imagebase642file.zip)

 * [Dettagli](https://it.wordpress.org/plugins/imagebase642file/#description)
 * [Recensioni](https://it.wordpress.org/plugins/imagebase642file/#reviews)
 * [Sviluppo](https://it.wordpress.org/plugins/imagebase642file/#developers)

 [Supporto](https://wordpress.org/support/plugin/imagebase642file/)

## Descrizione

This plugin converts base64 encoded inline images to an absolute URL by; uploading
inline image into WordPress directory. This happens when a post is saved.

It converts this:
 `<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//
8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Red dot" />`

To this:
 `<img src="https://site.com/wp-content/uploads/2021/05/post_title_id_no.
png" alt="Red dot" />`

I was working on an external editor to allow users to post on WordPress, this editor
embeds images in base64 encoded format. This makes post contents too long to load
on-page and also cannot be stored on buffer unless PHP is set to very high memory
usage.

This plugin converts the encoded base64 inline images to a link by scrapping out
the base64, decode, store to file and replace with the URL. The post content becomes
very short. This is over-engineered to prevent PHP memory limit when trying to copy
base64 encode to file. This plugin will perform each chunk copy on 76 characters,
76 bytes. This is the base64 line limit. There will never be an out of memory when
copying these images.
 And, it is faster than using regex

## FAQ

### Does this plugin support other post types?

Currently, no. Only page and post are supported

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“ImageBase642File” è un software open source. Le persone che hanno contribuito allo
sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ James Etu ](https://profiles.wordpress.org/donjajo/)

[Traduci “ImageBase642File” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/imagebase642file)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/imagebase642file/)
segui il [repository SVN](https://plugins.svn.wordpress.org/imagebase642file/), 
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/imagebase642file/)
tramite [RSS](https://plugins.trac.wordpress.org/log/imagebase642file/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

v1.0.1
 – Support for product post type

## Meta

 *  Versione **1.0.1**
 *  Ultimo aggiornamento **4 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 5.1 o superiore **
 *  Testato fino alla versione **6.0.12**
 *  Versione PHP ** 7.1 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/imagebase642file/)
 * Tag
 * [convert image](https://it.wordpress.org/plugins/tags/convert-image/)[image](https://it.wordpress.org/plugins/tags/image/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/imagebase642file/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/imagebase642file/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/imagebase642file/reviews/)

## Collaboratori

 *   [ James Etu ](https://profiles.wordpress.org/donjajo/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/imagebase642file/)